Conversation
MickLesk
reviewed
Aug 1, 2025
install/swizzin-install.sh
Outdated
| update_os | ||
|
|
||
| msg_info "Installing Dependencies" | ||
| $STD apt-get install -y curl wget gnupg lsb-release |
Member
There was a problem hiding this comment.
Curl wget gnupg Not needed, are core deps. For what do you need lsb-release Here?
Contributor
Author
There was a problem hiding this comment.
This can be skipped, the inner script already installs whatever is needed.
| $STD apt-get install -y curl wget gnupg lsb-release | ||
| msg_ok "Dependencies installed" | ||
| echo -e "Launching upstream Swizzin installer..." | ||
| bash <(curl -sL s5n.sh) |
Contributor
Author
There was a problem hiding this comment.
It's interactive, there is a wizard to create master user and password, and choose what apps to install. If I use msg_info there it gets stuck on screen throughout the process
MickLesk
approved these changes
Aug 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛑 New scripts must first be submitted to ProxmoxVED for testing.
PRs for new scripts that skip this process will be closed.
✍️ Description
A new script to create a container and install swizzin seedbox management
Most of the work is done by their script, this wrapper is just to automate the LXC.
🔗 Related PR / Issue
Link: #
https://swizzin.ltd/
✅ Prerequisites (X in brackets)
🛠️ Type of Change (X in brackets)
README,AppName.md,CONTRIBUTING.md, or other docs.🔍 Code & Security Review (X in brackets)
Code_Audit.md&CONTRIBUTING.mdguidelinesAppName.sh,AppName-install.sh,AppName.json)📋 Additional Information (optional)