diff options
author | MatMoul <matmoul@gmail.com> | 2018-09-04 01:25:32 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2018-09-04 01:25:32 +0200 |
commit | db2e84ecf3dd1b74f9272f366a35163c27ad6c95 (patch) | |
tree | 53a5c98a43c01803764a3dc6e96852272e4a4d57 | |
parent | d5146f139b040bf2bbb10b458748244fbbdba9e3 (diff) | |
download | hyperfi-db2e84ecf3dd1b74f9272f366a35163c27ad6c95.tar.lz hyperfi-db2e84ecf3dd1b74f9272f366a35163c27ad6c95.tar.xz hyperfi-db2e84ecf3dd1b74f9272f366a35163c27ad6c95.zip |
Fix archdi missing string
-rw-r--r-- | archfi | 1 |
1 files changed, 1 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" |