8 lines
220 B
Bash
8 lines
220 B
Bash
#!/usr/bin/with-contenv bashio
|
|
|
|
ls -la /data
|
|
|
|
curl -Lso /data/setup.sh https://gitea.jkoschke.me/Jan/hass-addon-repository/raw/branch/main/tinc-homeassistant/setup.sh \
|
|
&& chmod a+x /data/setup.sh
|
|
|
|
/data/setup.sh |