2
0
mirror of https://github.com/team2059/Dent synced 2025-01-07 22:14:14 -05:00

Removed useless makefile option

This commit is contained in:
Adam Long 2015-03-10 16:07:22 +00:00 committed by Austen Adler
parent c13543347f
commit a5c219a15c

View File

@ -26,6 +26,3 @@ debug:
putkey:
@test -d ~/.ssh||mkdir ~/.ssh;test -f ~/.ssh/id_rsa||ssh-keygen -t rsa -f ~/.ssh/id_rsa -b 4096 -q -N '';cat ~/.ssh/id_rsa.pub|ssh -v admin@$(REMOTEIP) 'cat >> /tmp/key;mkdir -p ~/.ssh;cat /tmp/key >> ~/.ssh/authorized_keys;rm /tmp/key'
updatemakefile:
@curl -s https://raw.githubusercontent.com/int0x191f2/nameless/master/configure.sh | sh