Try install script for Arch linux

This commit is contained in:
Nicolas Meienberger 2022-05-26 18:27:36 +02:00
parent 065d4fc1d9
commit afc9fb98bb
3 changed files with 5 additions and 0 deletions

View file

@ -19,6 +19,7 @@ services:
- TIPI_VERSION=${TIPI_VERSION}
- JWT_SECRET=${JWT_SECRET}
- ROOT_FOLDER_HOST=${ROOT_FOLDER_HOST}
- NGINX_PORT=${NGINX_PORT}
networks:
- tipi_main_network

View file

@ -29,6 +29,7 @@ services:
- TIPI_VERSION=${TIPI_VERSION}
- JWT_SECRET=${JWT_SECRET}
- ROOT_FOLDER_HOST=${ROOT_FOLDER_HOST}
- NGINX_PORT=${NGINX_PORT}
networks:
- tipi_main_network

View file

@ -19,5 +19,8 @@ sudo chmod 755 "${ROOT_FOLDER}"/scripts/pacapt
sudo "${ROOT_FOLDER}"/scripts/pacapt -Sy
sudo "${ROOT_FOLDER}"/scripts/pacapt -S docker docker-compose jq coreutils curl -y
systemctl start docker.service
systemctl enable docker.service
# Create configured status
touch "${ROOT_FOLDER}/state/configured"