All Credits Goes to, website | docs | discord Original Script can be found here https://github.com/liaralabs/swizzin
This is retain of Version # 1.7.0 Stable
Swizzin is a light, modular seedbox solution that can be installed on Debian 8/9/10 or Ubuntu 16.04/18.04. The QuickBox package repo has been ported over for your installing pleasure, including the panel -- if you so choose!
Box has been revamped to reduce and consolidate the amount of commands you need to remember to manage your seedbox. More on this below. In addition to that, additional addon packages can be installed during installation. No need to wait until the installer finishes! I may even add an automated installer hooks in the future.
wget
bash <(wget -O- -q https://raw.githubusercontent.com/Jackpison/swizzin/master/setup.sh)
curl
bash <(curl -s https://raw.githubusercontent.com/Jackpison/swizzin/master/setup.sh)
Please note that if you are running Ubuntu and choose to run the initial setup though sudo
you should include the -H
argument to ensure that your home directory is modified to /root when you sudo up. The installer will take care of this for you, and this should be the only time you need to specify sudo -H
before running a swizzin command.
Example:
sudo -H su -c 'bash <(wget -O- -q https://raw.githubusercontent.com/Jackpison/swizzin/master/setup.sh)'
Long-term support branches only:
- Debian 8/9/10
- Ubuntu 16.04/18.04
Box functions:
- list - list all available packages in the repo and a description, if available.
- Usage:
box list
- Usage:
- install - installs a package from the script repository. Accepts one or more package.
- Usage:
box install sickrage couchpotato plex
- Usage:
- remove - removes an installed package. Accepts one or more package
- Usage:
box remove sonarr radarr
- Usage:
- adduser - adds a new user. Define a single user with the command.
- Usage:
box adduser freeloadingfriend
- Usage:
- deluser - deletes the specified user. Define a single user with the command.
- Usage:
box deluser exgirlfriend
- Usage:
- chpasswd - changes the password for a user. Define a single user with the command.
- Usage:
box chpasswd forgetfulfriend
- Usage:
- update - use this command to update your box with the newest changes from github
- Usage:
box update
- Usage:
- upgrade - upgrade the given package (available scripts are in scripts/upgrade)
- Usage:
box upgrade nginx
- Usage:
- panel - hook for panel scripts. At this time,
fix-disk root
andfix-disk home
are the only options- Usage:
box panel fix-disk home
- Usage:
- rmgrsec - removes grsec kernels installed by ovh
- Usage:
box rmgrsec
- Usage:
- rtx - starts the r(u)Torrent extras management interface (
rtx
alone will also do)- Usage:
box rtx
orrtx
- Usage: