mirror of
https://github.com/namibia/demo-sync.git
synced 2024-11-21 19:15:10 +00:00
updated the readme to reflect the permission setup option
This commit is contained in:
parent
a73a3ee38d
commit
a7eb9fb07f
@ -2,6 +2,11 @@ Dynamic IP
|
||||
============
|
||||
This script will update the VDM system with your dynamic IP. To run this script, use the following command (as root):
|
||||
|
||||
First time use to setup permission as root:
|
||||
```
|
||||
bash <(wget -O - https://raw.githubusercontent.com/vdm-io/dynamic-ip/master/setip.sh)
|
||||
```
|
||||
Once permission is set:
|
||||
```
|
||||
curl -s https://raw.githubusercontent.com/vdm-io/dynamic-ip/master/setip.sh | bash
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user