From 1996a03b721dd3ba177b4e9fcc7f3ab391af388c Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 22 Jan 2018 10:30:07 -0700 Subject: [PATCH] st installation moved to end --- src/larbs.sh | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/larbs.sh b/src/larbs.sh index 79a927c..7150bb4 100755 --- a/src/larbs.sh +++ b/src/larbs.sh @@ -104,14 +104,6 @@ blue \[1\/6\] Now installing main programs \(system basics\)... pacman --noconfirm --needed -Sy git base-devel -cd /tmp -git clone https://github.com/lukesmithxyz/st.git -cd st -patch < patches/transparency.diff -make -make install -cd /tmp - pacman --noconfirm --needed -Sy \ xorg-xinit \ xorg-server \ @@ -317,6 +309,17 @@ cat << "EOF" # # #mmmmm # # #mm# "mmm#" # # # # #mmmmm # " #mmmmm # EOF +blue Installing st... + +cd /tmp +git clone https://github.com/lukesmithxyz/st.git +cd st +patch < patches/transparency.diff +make +make install +cd /tmp + + blue Enabling Network Manager... systemctl enable NetworkManager