From 838fef31aac8616f1ca6c6227db0d3d769570de9 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 10 Mar 2018 19:00:47 -0700 Subject: [PATCH] packer redundancy added --- src/larbs_user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/larbs_user.sh b/src/larbs_user.sh index 704ce5c..ba2199c 100755 --- a/src/larbs_user.sh +++ b/src/larbs_user.sh @@ -39,7 +39,7 @@ dialog --infobox "Now compiling polybar. This is the last program, but may take wifi=$(ls /sys/class/net | grep wl) eth=$(ls /sys/class/net | grep eth) sed -e "s/wlp3s0/$wifi/g; s/enp0s25/$eth/g" /home/$(whoami)/.config/polybar/config /home/$(whoami)/.bashrc -packer --noconfig -S polybar-git +packer --noconfirm -S polybar || packer --noconfirm -S polybar-git echo Downloading email setup... git clone https://github.com/lukesmithxyz/mutt-wizard.git /home/$(whoami)/.config/mutt >/dev/null