blob: d9326302b49664d38e11523cf7232fd1a9b99fb8 (
plain) (
blame)
1
2
3
4
5
6
7
|
#!/bin/bash
sudo rm -rf /usr/share/Watcher/*
sudo cp -r ./src/Watcher/* /usr/share/Watcher/
sudo cp -r ./src/bin/watcher /usr/local/bin/
sudo chmod +x /usr/local/bin/watcher
echo "[✔] Updating Finished."
|