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:
parent
c13543347f
commit
a5c219a15c
3
Makefile
3
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user