1
0
mirror of https://github.com/dimkouv/Linux-Keylogger.git synced 2025-05-15 16:00:10 -07:00

Update install.sh

This commit is contained in:
Dimitrios Kouveris 2016-11-26 23:54:52 -05:00 committed by GitHub
parent 78844c4e4e
commit ac07f67532

View File

@ -25,6 +25,7 @@ echo "logfile=/var/log/keylogger.log" >> /usr/share/keylogger/.settings;
# compile keylogger # compile keylogger
printf "${GREEN}Compiling keylogger...${NC}\n"; printf "${GREEN}Compiling keylogger...${NC}\n";
sudo apt-get install make;
make; make;
# move executable to bin # move executable to bin