updated install.sh
This commit is contained in:
parent
bf8d6b7045
commit
a7bb33bc24
1 changed files with 9 additions and 1 deletions
10
install.sh
10
install.sh
|
|
@ -1,7 +1,15 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ $# -ne 3 ]; then
|
||||
echo "Usage: $0 Disko Partiton Scheme, Disk to Partition, Flake Name"
|
||||
echo \
|
||||
"Usage:
|
||||
\$1 Disko Partiton Scheme
|
||||
- This pulls from existing paritions located in ./modules/disko/ inside the repo
|
||||
\$2 Disk to Partition
|
||||
- This script can and will destro data, please do be careful
|
||||
\$3 Target system flake
|
||||
- These can be found via running nix show.
|
||||
"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue