diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 21:22:00 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-28 21:22:00 +0100 |
commit | 365a7d98fecf10b60630913e3dfd259ea240d965 (patch) | |
tree | 8c286ed3eda0f0c2168d369588efb98a334d7f9d | |
parent | mkdir -p (diff) | |
download | arch-installer-365a7d98fecf10b60630913e3dfd259ea240d965.tar.gz arch-installer-365a7d98fecf10b60630913e3dfd259ea240d965.tar.bz2 arch-installer-365a7d98fecf10b60630913e3dfd259ea240d965.tar.xz arch-installer-365a7d98fecf10b60630913e3dfd259ea240d965.tar.zst arch-installer-365a7d98fecf10b60630913e3dfd259ea240d965.zip |
Moved some from utils to necessary
-rwxr-xr-x | arch-installer.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch-installer.sh b/arch-installer.sh index c0a6607..8d4c65c 100755 --- a/arch-installer.sh +++ b/arch-installer.sh @@ -437,6 +437,12 @@ jo_pacstrap base jo_pacstrap base-devel jo_pacstrap pacman-contrib jo_pacstrap networkmanager +jo_pacstrap syslog-ng +jo_pacstrap mtools +jo_pacstrap dostools +jo_pacstrap lsb-release +jo_pacstrap ntfs-3g +jo_pacstrap exfat-utils if [ "$isusr" = true ]; then if [ "$usrshell" = "zsh" ]; then jo_pacstrap zsh @@ -476,12 +482,6 @@ if [ "$utils" = true ]; then jo_pacstrap vim jo_pacstrap mc jo_pacstrap alsa-utils - jo_pacstrap syslog-ng - jo_pacstrap mtools - jo_pacstrap dostools - jo_pacstrap lsb-release - jo_pacstrap ntfs-3g - jo_pacstrap exfat-utils jo_pacstrap git jo_pacstrap ntp jo_pacstrap cronie |