From aef4403c4b043df083e6f939239136cfbfa5257a Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Sat, 28 Oct 2023 18:09:49 +0000 Subject: [PATCH] s+ow(setup): add wget and export path --- termux-s+ow-setup | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/termux-s+ow-setup b/termux-s+ow-setup index 039e0ca..ca61cba 100644 --- a/termux-s+ow-setup +++ b/termux-s+ow-setup @@ -3,7 +3,7 @@ set -e # get packages yes | pkg upgrade -yes | pkg install python cronie termux-api termux-services +yes | pkg install python cronie termux-api termux-services wget # install surplus pip install https://github.com/markjoshwel/surplus/releases/latest/download/surplus-latest-py3-none-any.whl @@ -21,4 +21,7 @@ mkdir -p ~/.local/bin/ curl https://raw.githubusercontent.com/markjoshwel/surplus/main/s+ow > ~/.local/bin/s+ow chmod +x ~/.local/bin/s+ow +# setup path +echo "export PATH=\$PATH:\$HOME/.local/bin/" >> ~/.profile + printf "\ns+ow setup complete\n"