s+ow(setup): add wget and export path
This commit is contained in:
parent
b73dd53964
commit
aef4403c4b
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -e
|
||||||
|
|
||||||
# get packages
|
# get packages
|
||||||
yes | pkg upgrade
|
yes | pkg upgrade
|
||||||
yes | pkg install python cronie termux-api termux-services
|
yes | pkg install python cronie termux-api termux-services wget
|
||||||
|
|
||||||
# install surplus
|
# install surplus
|
||||||
pip install https://github.com/markjoshwel/surplus/releases/latest/download/surplus-latest-py3-none-any.whl
|
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
|
curl https://raw.githubusercontent.com/markjoshwel/surplus/main/s+ow > ~/.local/bin/s+ow
|
||||||
chmod +x ~/.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"
|
printf "\ns+ow setup complete\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue