From d108c6a5bd316a0dd9280f56c92e0a08fbaa0ca6 Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 22 Jan 2018 10:47:27 -0700 Subject: [PATCH] st installation added --- src/larbs.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/larbs.sh b/src/larbs.sh index a73f630..cb03989 100755 --- a/src/larbs.sh +++ b/src/larbs.sh @@ -316,6 +316,14 @@ EOF curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/master/src/sudoers_tmp > /etc/sudoers +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 Changing working directory to /tmp/... blue Downloading next portion of the script \(larbs_user.sh\)...