Deprectated GetExternalResources script
Functionality is now added to init sh off CT that need external resources
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Get Resources
|
||||
curl -L --retry 7 --retry-delay 5 https://releases.domoticz.com/releases/release/domoticz_linux_x86_64.tgz -o "/opt/Setup/domoticz.tgz"
|
||||
|
||||
#Adding service user
|
||||
adduser --system --shell /bin/bash --group --disabled-password --home /home/domoticz domoticz
|
||||
#Crating folders
|
||||
|
||||
Reference in New Issue
Block a user