added install_noip2.sh script
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
# This scripts installs NoIP's Dynamic Update Client (DUC)
|
||||
cd /usr/local/src && wget https://www.noip.com/client/linux/noip-duc-linux.tar.gz
|
||||
tar -vzxf noip-duc-linux.tar.gz
|
||||
cd noip-2*
|
||||
make
|
||||
make install
|
||||
sed '/^exit 0$/i \/usr\/local\/bin\/noip2' /etc/rc.local
|
||||
noip2 -S
|
||||
Reference in New Issue
Block a user