mirror of
https://github.com/bohanyang/debi.git
synced 2026-09-26 22:16:11 +00:00
Fix
This commit is contained in:
+5
-5
@@ -104,20 +104,20 @@ while [ $# -gt 0 ]; do
|
||||
;;
|
||||
--dry-run)
|
||||
DEBI_DRY_RUN=true
|
||||
;;
|
||||
;;
|
||||
--disk-encryption)
|
||||
DEBI_DISK_ENCRYPTION="crypto"
|
||||
;;
|
||||
;;
|
||||
--manual)
|
||||
DEBI_MANUAL=true
|
||||
;;
|
||||
;;
|
||||
--architecture)
|
||||
DEBI_ARCHITECTURE=$2
|
||||
shift
|
||||
;;
|
||||
;;
|
||||
--boot-partition)
|
||||
DEBI_BOOT_PARTITION=true
|
||||
;;
|
||||
;;
|
||||
*)
|
||||
echo "Illegal option $1"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user