Merge branch 'features' into src
This commit is contained in:
commit
66fdfb4a45
1 changed files with 3 additions and 0 deletions
3
archfi
3
archfi
|
@ -1186,6 +1186,7 @@ archenabledhcpcdchroot(){
|
||||||
}
|
}
|
||||||
|
|
||||||
installarchdi(){
|
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
|
if(whiptail --backtitle "$apptitle" --title "archdi" --yesno "$txtinstallarchdi" 0 0) then
|
||||||
clear
|
clear
|
||||||
echo "pacstrap /mnt wget libnewt"
|
echo "pacstrap /mnt wget libnewt"
|
||||||
|
@ -1213,6 +1214,8 @@ installarchdi(){
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
archdidownload(){
|
archdidownload(){
|
||||||
|
txtselectserver="Select source server :"
|
||||||
|
txtback="Back"
|
||||||
options=()
|
options=()
|
||||||
options+=("sourceforge.net" "recommended")
|
options+=("sourceforge.net" "recommended")
|
||||||
options+=("github.com" "")
|
options+=("github.com" "")
|
||||||
|
|
Loading…
Reference in a new issue