diff options
author | MatMoul <matmoul@gmail.com> | 2018-09-04 01:25:44 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2018-09-04 01:25:44 +0200 |
commit | 66fdfb4a45d363f087a1e68f473f61bcdd63e3fe (patch) | |
tree | 2eeb2228c3f5bcea04703e461c2a1ea42ec7ed64 | |
parent | ac9ba907381aa22b650994d3e95e934ed72e1712 (diff) | |
parent | db2e84ecf3dd1b74f9272f366a35163c27ad6c95 (diff) | |
download | hyperfi-66fdfb4a45d363f087a1e68f473f61bcdd63e3fe.tar.lz hyperfi-66fdfb4a45d363f087a1e68f473f61bcdd63e3fe.tar.xz hyperfi-66fdfb4a45d363f087a1e68f473f61bcdd63e3fe.zip |
Merge branch 'features' into src
-rw-r--r-- | archfi | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1186,6 +1186,7 @@ archenabledhcpcdchroot(){ } installarchdi(){ + txtinstallarchdi="Arch Linux Desktop Install (archdi) is a second script who can help you to install a full workstation.\n\nYou can just launch the script or install it. Choose in the next menu.\n\nArch Linux Desktop Install as two dependencies : wget and libnewt.\n\npacstrap wget libnewt ?" if(whiptail --backtitle "$apptitle" --title "archdi" --yesno "$txtinstallarchdi" 0 0) then clear echo "pacstrap /mnt wget libnewt" @@ -1213,6 +1214,8 @@ installarchdi(){ fi } archdidownload(){ + txtselectserver="Select source server :" + txtback="Back" options=() options+=("sourceforge.net" "recommended") options+=("github.com" "") |