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