From ba76c720b72902dbfc22a6818b9ad21d10ffb855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 24 May 2022 01:23:36 +0800 Subject: [PATCH] Add screen to extra packages and update URL mirror --- hyperfi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hyperfi b/hyperfi index 649a449..d0cd7c9 100644 --- a/hyperfi +++ b/hyperfi @@ -1633,10 +1633,12 @@ archextrasmenu(){ pkgs="" options=() options+=("nano" "" on) + options+=("screen" "" on) options+=("vim" "" on) options+=("dhcpcd" "" on) options+=("iw" "" on) options+=("net-tools" "" on) + options+=("bind-tools" "" on) sel=$(whiptail --backtitle "${apptitle}" --title "${txtextrasmenu}" --checklist "" 0 0 0 \ "${options[@]}" \ 3>&1 1>&2 2>&3) @@ -1858,7 +1860,7 @@ while (( "$#" )); do echo "-cpl | --custom-package-list url Set custom package list url" echo "-sf | --skip-font Skip setfont from language files" echo "-efiX -efi0 : disable EFI, -efi1 efi inst, -efi2 efi hybrid inst" - echo "-t | --test codebergname ghbranch Test hyperfi script and language" + echo "-t | --test hypergit name branch Test hyperfi script and language" exit 0 ;; -cpl | --custom-package-list) @@ -1871,11 +1873,11 @@ while (( "$#" )); do ;; -sf | --skip-font) skipfont=1;; -t | --test) - wget -O hyperfi https://codeberg.org/${2}/hyperfi/raw/branch/${3}/hyperfi + wget -O hyperfi https://hgit.ga/${2}/hyperfi/raw/branch/${3}/hyperfi sh hyperfi -tt ${2} ${3} exit 0 ;; - -tt) baseurl="https://codeberg.org/${2}/hyperfi/raw/branch/${3}";; + -tt) baseurl="https://hgit.ga/${2}/hyperfi/raw/branch/${3}";; -efi0) efimode=0 ;;