st install fix

This commit is contained in:
Luke Smith 2018-03-10 22:36:39 -07:00
parent 838fef31aa
commit a697369165

View File

@ -69,11 +69,11 @@ rm -f /tmp/larbs_user.sh
dialog --infobox "Installing \"st\" from source..." 4 40
cd /tmp
git clone https://github.com/lukesmithxyz/st.git >/dev/tty6
git clone https://github.com/lukesmithxyz/st.git
cd st
patch < patches/transparency.diff >/dev/tty6
make >/dev/tty6
make install >/dev/tty6
patch < patches/transparency.diff
make
make install
cd /tmp
# R markdown install.