From f3559108a737ad47855a40778c796abc86316112 Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Sun, 12 Feb 2017 16:50:28 +0100 Subject: [PATCH] Thinking in updates --- installer/installer.sh | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/installer/installer.sh b/installer/installer.sh index 8fe79f9..a0d23d2 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -7,16 +7,21 @@ if [[ ! -f "jkarch" ]];then # First add exec permisson to me chmod +x installer.sh # Grow cowspace + echo "[ RUN ] Grow cowspace for installer" sudo -S mount -o remount,size=700M /run/archiso/cowspace + echo "[ OK ] Grow cowspace for installer" #Enable pacman - pacman-key --init - pacman-key --populate - - #Update keyring + echo "[ RUN ] Configuring pacman" + sudo pacman-key --init >/dev/null + sudo pacman-key --populate >/dev/null sudo pacman -Sy archlinux-keyring --noconfirm - pacman -S reflector --noconfirm - sudo reflector --verbose -l 6 --sort rate --save /etc/pacman.d/mirrorlist + echo "[ OK ] Configuring pacman" + + echo "[ RUN ] Selecting mirrors" + sudo pacman -S reflector --noconfirm >/dev/null + sudo reflector --verbose -l 6 --sort rate --save /etc/pacman.d/mirrorlist >/dev/null + echo "[ OK ] Selecting mirrors" #Delete programs (For not updating it) 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 openconnect pcsclite python2 python reflector --noconfirm sudo rm -rf /var/cache/pacman/pkg/*