From 2e7af96a105aafb9eb901ff319dcd52016b2f2c7 Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Sun, 22 Jan 2017 22:07:16 +0100 Subject: [PATCH] prepare things --- installer/archinstall-dev.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/installer/archinstall-dev.sh b/installer/archinstall-dev.sh index 65f7f39..c9a81e3 100755 --- a/installer/archinstall-dev.sh +++ b/installer/archinstall-dev.sh @@ -613,13 +613,13 @@ pacman-key --init pacman-key --populate #Update keyring -sudo arch-chroot $sfslocate/ /usr/bin/pacman -Sy archlinux-keyring --noconfirm -sudo arch-chroot $sfslocate/ /usr/bin/pacman -S reflector --noconfirm -sudo arch-chroot $sfslocate/ /usr/bin/reflector --verbose -l 6 --sort rate --save /etc/pacman.d/mirrorlist +sudo pacman -Sy archlinux-keyring --noconfirm +pacman -S reflector --noconfirm +sudo reflector --verbose -l 6 --sort rate --save /etc/pacman.d/mirrorlist #Delete programs (For not updating it) -sudo arch-chroot $sfslocate/ /usr/bin/pacman -R clonezilla darkhttpd diffutils grml-zsh-config irssi linux-atm lvm2 man-db man-pages mc ndisc6 nmap smartmontools testdisk vi vim vim-runtime zsh openconnect pcsclite python2 --noconfirm +sudo pacman -R clonezilla darkhttpd diffutils grml-zsh-config irssi linux-atm lvm2 man-db man-pages mc ndisc6 nmap smartmontools testdisk vi vim vim-runtime zsh openconnect pcsclite python2 --noconfirm #Install deps -sudo arch-chroot $sfslocate/ /usr/bin/pacman -Su gparted xf86-video-vesa xorg-xinit lwm --noconfirm --ignore linux #Do not upgrade kernel automatically +sudo pacman -Su gparted xf86-video-vesa xorg-xinit lwm --noconfirm --ignore linux #Do not upgrade kernel automatically #For gparted to work sudo rm /etc/X11/xinit/xinitrc sudo touch /etc/X11/xinit/xinitrc