Update test args
This commit is contained in:
parent
390377322d
commit
bf31f4b350
1 changed files with 9 additions and 5 deletions
14
archfi
14
archfi
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue