update repository references and improve script handling
This commit is contained in:
6
hassio-google-drive-backup/dev/deploy.sh
Executable file
6
hassio-google-drive-backup/dev/deploy.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
sudo docker run --rm --privileged \
|
||||
-v /home/coder/.docker:/root/.docker \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-v ..:/data \
|
||||
homeassistant/amd64-builder --all -t /data
|
||||
Reference in New Issue
Block a user