Use toolkit downloads folder instead of /tmp or /root

Better approach per user suggestion:
- Downloads to: /root/server-toolkit/downloads/acronis-install-YYYYMMDD-HHMMSS/
- Keeps toolkit directory organized
- Avoids polluting /root
- Avoids /tmp noexec issues
- Added downloads/ to .gitignore
- Cleanup removes timestamped installation directory after completion

Benefits:
- All downloads in one place
- Easy to find if debugging needed
- Cleaner than scattered in /root
- Still allows execution (not in /tmp)

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
cschantz
2025-11-06 16:06:35 -05:00
parent 1d9e30bb54
commit b62c83100c
2 changed files with 13 additions and 7 deletions
+1
View File
@@ -54,3 +54,4 @@ id_ed25519.pub
# Config files that might contain sensitive data
config.local.*
*.credentials
downloads/