Move default install location to /opt/stegasoo

- setup.sh: Install to /opt/stegasoo with proper permissions
- first-boot-wizard.sh: Use /opt/stegasoo
- stegasoo-wizard.sh: Check /opt first, fallback to home dirs
- sanitize-for-image.sh: Handle both /opt and home locations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-01-04 15:43:42 -05:00
parent fcb71303df
commit 298f387c9a
4 changed files with 50 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ BOLD='\033[1m'
NC='\033[0m'
# Configuration
INSTALL_DIR="$HOME/stegasoo"
INSTALL_DIR="/opt/stegasoo"
FLAG_FILE="/etc/stegasoo-first-boot"
PROFILE_HOOK="/etc/profile.d/stegasoo-wizard.sh"