-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathinstall-screenkey-v1.sh
executable file
·23 lines (20 loc) · 1.08 KB
/
install-screenkey-v1.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
#
##################################################################################################################
# Written to be used on 64 bits computers
# Author : Erik Dubois
# Website : http://www.erikdubois.be
##################################################################################################################
##################################################################################################################
#
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
#
##################################################################################################################
sudo rm -rf /opt/screenkey
sudo apt-get install python-gtk2 python-setuptools python-setuptools-git python-distutils-extra -y
sudo git clone https://github.com/wavexx/screenkey.git /opt/screenkey
cd /opt/screenkey
sudo ./setup.py install
echo "################################################################"
echo "################### T H E E N D ######################"
echo "################################################################"