Debian & Ubuntu etc.:
sudo apt install tmate curl tmux
Arch and derivatives:
sudo pacman -S tmate curl tmux
git clone url && cd amogusmate
python -m venv .venv && source .venv/bin/activate
pip3 install argparse
sudo python install.py --install --systemd
sudo python amogusmate.py --uninstall
- Use systemd than cron job
- Add install.py
- Add systemd service
- Add install/uninstall option
- Script explanation
- Write usecase
- Port amogusmate to python
- Reformat Message to be more readable