Installing tuna-bastion
Using script
Run the command in the terminal:
curl -sSLf https://releases.tuna.am/bastion/get.sh | sh
info
The script automatically detects the distribution and installs tuna-bastion through the package manager.
Through package manager
- Debian/Ubuntu
- SUSE/OpenSUSE
- RHEL/CentOS
- Fedora
For Debian and Debian-based distributions (Ubuntu, Mint and others), run the following commands in the terminal:
sudo apt update
sudo apt install -y ca-certificates curl gnupg
curl -fsSL https://repo.tuna.am/apt/gpg.key | sudo gpg --dearmor --batch --yes -o /etc/apt/trusted.gpg.d/tuna.gpg
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/tuna.gpg] https://repo.tuna.am/apt/ /' | sudo tee /etc/apt/sources.list.d/tuna.list
sudo apt update
sudo apt install -y tuna-bastion
For SUSE and OpenSUSE, run the following commands in the terminal:
sudo zypper addrepo --repo https://releases.tuna.am/tuna-rpm.repo
sudo zypper install -y tuna-bastion
For RHEL and RHEL-based distributions (CentOS, Rocky, AlmaLinux and others), run the following commands in the terminal:
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://releases.tuna.am/tuna-rpm.repo
sudo yum install -y tuna-bastion
For Fedora, run the following commands in the terminal:
sudo dnf install -y dnf-plugins-core
sudo dnf config-manager --add-repo https://releases.tuna.am/tuna-rpm.repo
sudo dnf -y install tuna-bastion