Moved the compatibility check from the deploy script to the deploy script to the start script. Moved install files and folders to /run/user for better security.

This commit is contained in:
Raphaël Numbus
2026-05-15 11:38:52 +02:00
parent 7aae0c5ab5
commit e9628a112c
2 changed files with 1 additions and 36 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ set -euo pipefail
# This script clones the repository and launches the NixOS deployment script.
REPO_URL="https://gittea.dev/numbus/numbus.git"
INSTALL_DIR="/tmp/numbus-installer"
INSTALL_DIR="/run/user/$(id -u)/numbus-installer"
echo "\n ☁️ Initializing Numbus Installer..."