The popular open-source contract for web designers and developers by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: October 8th 2015
- Original post
| #!/bin/bash | |
| echo "########## Please Exit AutoHotKey (right Click Taskbar on little Icon) then the installation will continue automatically. #########" | |
| autokey-qt & sleep 3s ; killall -9 autokey-qt | |
| sudo apt -y install git || exit | |
| mkdir ~/ahk | |
| mkdir ~/ahk/github | |
| cd ~/ahk/github || exit | |
| git clone https://github.com/lintalist/lintalist | |
| cd ~/Downloads || exit | |
| git clone https://github.com/sl5net/Lintalist4Linux |