no patch on st

This commit is contained in:
Luke Smith 2018-03-10 22:41:37 -07:00
parent afeba45ea1
commit 206c37c929

View File

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