First version

This commit is contained in:
Alexandre
2022-07-21 14:59:22 +02:00
parent 627176f84c
commit a08d9788c5
14 changed files with 441 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# Define home
HOME="/config/addons_config/epicgamesfree"
mkdir -p $HOME
chmod -R 777 $HOME