diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 21:24:28 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 21:24:28 +0100 |
commit | 795f3f2068740c04aa59c0fd0b5e059eeaa67c3d (patch) | |
tree | 4f69df864b9fe9934e4bb78ccc24fd3a21b864bb | |
parent | Moved some from utils to necessary (diff) | |
download | arch-installer-795f3f2068740c04aa59c0fd0b5e059eeaa67c3d.tar.gz arch-installer-795f3f2068740c04aa59c0fd0b5e059eeaa67c3d.tar.bz2 arch-installer-795f3f2068740c04aa59c0fd0b5e059eeaa67c3d.tar.xz arch-installer-795f3f2068740c04aa59c0fd0b5e059eeaa67c3d.tar.zst arch-installer-795f3f2068740c04aa59c0fd0b5e059eeaa67c3d.zip |
again
-rwxr-xr-x | arch-installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-installer.sh b/arch-installer.sh index 8d4c65c..d27f1e1 100755 --- a/arch-installer.sh +++ b/arch-installer.sh @@ -443,6 +443,7 @@ jo_pacstrap dostools jo_pacstrap lsb-release jo_pacstrap ntfs-3g jo_pacstrap exfat-utils +jo_pacstrap ntp if [ "$isusr" = true ]; then if [ "$usrshell" = "zsh" ]; then jo_pacstrap zsh @@ -483,7 +484,6 @@ if [ "$utils" = true ]; then jo_pacstrap mc jo_pacstrap alsa-utils jo_pacstrap git - jo_pacstrap ntp jo_pacstrap cronie dialog --title "IV. INSTALLING LINUX"\ --infobox "Utils installed"\ |