Code Update

This commit is contained in:
Christer Warén 2024-05-23 04:47:33 +03:00
parent 5f356e5616
commit b77e094c5b
2 changed files with 2 additions and 8 deletions

View File

@ -13,10 +13,7 @@ wx-stop (){
curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o $HOME/bin/wx &> /dev/null curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o $HOME/bin/wx &> /dev/null
chmod +x $HOME/bin/wx &> /dev/null chmod +x $HOME/bin/wx &> /dev/null
if [[ $PATH != *"$HOME/bin"* ]] source ~/.profile
then
export PATH="$HOME/bin:$PATH"
fi
exit 1 exit 1
} }

5
wx
View File

@ -234,10 +234,7 @@ wx-stop (){
curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o $HOME/bin/wx &> /dev/null curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o $HOME/bin/wx &> /dev/null
chmod +x $HOME/bin/wx &> /dev/null chmod +x $HOME/bin/wx &> /dev/null
if [[ $PATH != *"$HOME/bin"* ]] source ~/.profile
then
export PATH="$HOME/bin:$PATH"
fi
exit 1 exit 1
} }