Skip to content

Commit 65843b0

Browse files
feat: Add autossh to developer setup script
1 parent 8d9b9ff commit 65843b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

developer-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ echo "Installing other requirements now"
2323
curl -fsSL https://get.docker.com -o get-docker.sh
2424
sudo sh get-docker.sh
2525
sudo apt-get update
26-
sudo apt install tmux jq figlet qemu-guest-agent -y
26+
sudo apt install tmux jq figlet qemu-guest-agent autossh -y
2727
sudo apt-get clean
2828

2929
#export DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)