Source Update
This commit is contained in:
@ -9,9 +9,9 @@ wx-stop () {
|
||||
chmod +x wx &> /dev/null
|
||||
fi
|
||||
|
||||
sudo curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o /opt/wx &> /dev/null
|
||||
sudo ln -sf /opt/wx /usr/bin/wx &> /dev/null
|
||||
sudo chmod +x /usr/bin/wx &> /dev/null
|
||||
mkdir $HOME/bin &> /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
|
||||
|
||||
exit 1
|
||||
}
|
||||
|
Reference in New Issue
Block a user