st installation moved to end

This commit is contained in:
Luke 2018-01-22 10:30:07 -07:00
parent 35c9b2e905
commit 1996a03b72

View file

@ -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