Skip to main content

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

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