s+ow(setup): add wget and export path

This commit is contained in:
Mark Joshwel 2023-10-28 18:09:49 +00:00
parent b73dd53964
commit aef4403c4b

View file

@ -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"