Skip to content

Instantly share code, notes, and snippets.

@makp0
Created March 31, 2023 18:52
Show Gist options
  • Save makp0/072687a9224bb7ab96a27b6691f79a33 to your computer and use it in GitHub Desktop.
Save makp0/072687a9224bb7ab96a27b6691f79a33 to your computer and use it in GitHub Desktop.
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
echo "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" >> /etc/apt/sources.list
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] https://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" >> /etc/apt/sources.list
wget https://apt.puppet.com/puppet-tools-release-bullseye.deb
sudo dpkg -i puppet-tools-release-bullseye.deb
sudo apt update
sudo apt install -y jq \
vagrant \
consul \
nomad \
vault \
puppet-bolt \
virtualbox-6.1 \
linux-headers-generic \
linux-headers-5.15.0-67-generic
sudo /sbin/vboxconfig
git clone https://github.com/nunchistudio/hashibox.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment