Update test args

This commit is contained in:
MatMoul 2020-01-11 02:38:21 +01:00
parent 390377322d
commit bf31f4b350

14
archfi
View file

@ -1830,14 +1830,18 @@ while (( "$#" )); do
--help) --help)
echo "archfi" echo "archfi"
echo "------" echo "------"
echo "-sf | --skip-font Skip setfont from language files" echo "-sf | --skip-font Skip setfont from language files"
echo "-efiX -efi0 : disable EFI, -efi1 efi inst, -efi2 efi hybrid inst" echo "-efiX -efi0 : disable EFI, -efi1 efi inst, -efi2 efi hybrid inst"
echo "-t | --test ghusername ghbranch Test language files" echo "-t | --test ghusername ghbranch Test archfi script and language"
exit 0 exit 0
;; ;;
-sf | --skip-font) skipfont=1;; -sf | --skip-font) skipfont=1;;
-t | --test) baseurl="https://raw.githubusercontent" -t | --test)
baseurl="${baseurl}.com/""${2}/archfi/${3}";; wget -O archfi https://raw.githubusercontent.com/${2}/archfi/${3}/archfi
sh archfi -tt ${2} ${3}
exit 0
;;
-tt) baseurl="https://raw.githubusercontent.com/${2}/archfi/${3}";;
-efi0) efimode=0;; -efi0) efimode=0;;
-efi1) -efi1)
eficomputer=1 eficomputer=1