diff options
author | Rudy Bousset <bousset.rudy@gmail.com> | 2019-09-02 15:24:26 +0200 |
---|---|---|
committer | Rudy Bousset <bousset.rudy@gmail.com> | 2019-09-02 15:24:26 +0200 |
commit | 41353a36692e5f54f072d8886e9f71fac2454806 (patch) | |
tree | a2b97092ed7b945e1335f5dd532110c4e72a78e6 /arch_install-UEFI.sh | |
parent | commit (diff) | |
download | arch-installer-41353a36692e5f54f072d8886e9f71fac2454806.tar.gz arch-installer-41353a36692e5f54f072d8886e9f71fac2454806.tar.bz2 arch-installer-41353a36692e5f54f072d8886e9f71fac2454806.tar.xz arch-installer-41353a36692e5f54f072d8886e9f71fac2454806.tar.zst arch-installer-41353a36692e5f54f072d8886e9f71fac2454806.zip |
work complete?
Diffstat (limited to 'arch_install-UEFI.sh')
-rwxr-xr-x | arch_install-UEFI.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch_install-UEFI.sh b/arch_install-UEFI.sh index eab4e21..861877e 100755 --- a/arch_install-UEFI.sh +++ b/arch_install-UEFI.sh @@ -412,7 +412,7 @@ echo "# #" echo "# 4.5 Installing some extras #" echo "# #" echo "#=================================#" -pacstrap /mnt/arch zip unzip p7zip vim mc alsa-utils syslog-ng mtools dostools lsb-releaseease ntfs-3g exfat-utils git +pacstrap /mnt/arch zip unzip p7zip vim mc alsa-utils syslog-ng mtools dostools lsb-releaseease ntfs-3g exfat-utils git zsh pacstrap /mnt/arch ntp cronie pacstrap /mnt/arch grub os-prober efibootmgr sleep 1 @@ -523,7 +523,7 @@ if [[ $somemore == "true" ]]; then # (gst plugins, xorg...) # # # #=================================# - pacman -S gst-plugins-{base,good,bad,ugly} gst-libav xorg-{server,xinit,apps} xf86-input-{mouse,keyboard} xdg-user-dirs mesa + pacman -S gst-plugins-{base,good,bad,ugly} gst-libav xorg-{server,xinit,apps} xf86-input-{mouse,keyboard} xdg-user-dirs mesa ttf-{bitstream-vera,liberation,freefont,dejavu} freetype2 xf86-video-vesa Y EOF @@ -574,7 +574,7 @@ sed -e 's/\s*\([\+0-9a-zA-Z \"=#()[]{}<>,:. - \_\/?!@$%^&~`*|]*\).*/\1/' << EOF # 11. Generating user # # # #=================================# - useradd -G wheel,audio,video -m $usr + useradd -m -g wheel -s /bin/zsh $usr passwd $usr $usrpwd $usrpwd |