-
Notifications
You must be signed in to change notification settings - Fork 32
Linux
Barnaby Keene edited this page Jul 12, 2019
·
7 revisions
To install sampctl
on Debian/Ubuntu style system via the .deb file, run this:
curl https://raw.githubusercontent.com/Southclaws/sampctl/master/install-deb.sh | sh
To install sampctl
on a Centos/RHEL style system via the .rpm file, run this:
curl https://raw.githubusercontent.com/Southclaws/sampctl/master/install-rpm.sh | sh
There is an AUR package available here: https://aur.archlinux.org/packages/sampctl-bin/
I can't create installations for every distribution. If you're using a more
obscure distribution, no worries! All sampctl
binaries are statically compiled
so you can simply download the Linux binary for your architecture from
here and drop it into your
preferred bin
location.
These scripts simply do the following:
- Queries the GitHub API for the latest release URL
- Runs
wget
on that URL and downloads the .deb file totmp.deb
- Runs
sudo dpkg -i tmp.deb
to install the package
To update, simply follow the installation instructions again. The old binary will simply be overwritten.