Source Update

This commit is contained in:
Christer Warén
2024-04-29 05:06:21 +03:00
parent 28aed09fd1
commit d54100edf8
3 changed files with 12 additions and 6 deletions

View File

@ -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
}