st install fix
This commit is contained in:
parent
838fef31aa
commit
a697369165
1 changed files with 4 additions and 4 deletions
|
@ -69,11 +69,11 @@ rm -f /tmp/larbs_user.sh
|
||||||
|
|
||||||
dialog --infobox "Installing \"st\" from source..." 4 40
|
dialog --infobox "Installing \"st\" from source..." 4 40
|
||||||
cd /tmp
|
cd /tmp
|
||||||
git clone https://github.com/lukesmithxyz/st.git >/dev/tty6
|
git clone https://github.com/lukesmithxyz/st.git
|
||||||
cd st
|
cd st
|
||||||
patch < patches/transparency.diff >/dev/tty6
|
patch < patches/transparency.diff
|
||||||
make >/dev/tty6
|
make
|
||||||
make install >/dev/tty6
|
make install
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
|
||||||
# R markdown install.
|
# R markdown install.
|
||||||
|
|
Loading…
Reference in a new issue