Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 411 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 411 Bytes

bash-duh

simple bash discord update helper for arch linux

oneshot daemon. systemd needed for current implementation. path for arch, possible to adapt for other distros though. dependencies are curl & jq for fetching and parsing the json data from the discord endpoint

install

sudo pacman -S jq
chmod +x intall.sh
sudo ./install.sh

uninstall

chmod +x unintall.sh
sudo ./uninstall.sh