Code Update
This commit is contained in:
parent
5f356e5616
commit
b77e094c5b
@ -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
5
wx
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user