Code Update
This commit is contained in:
parent
2df1590a6d
commit
5f356e5616
@ -13,5 +13,10 @@ 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"* ]]
|
||||||
|
then
|
||||||
|
export PATH="$HOME/bin:$PATH"
|
||||||
|
fi
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
5
wx
5
wx
@ -234,6 +234,11 @@ 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"* ]]
|
||||||
|
then
|
||||||
|
export PATH="$HOME/bin:$PATH"
|
||||||
|
fi
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user