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:
+1
-1
@@ -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..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user