Skip to content

Instantly share code, notes, and snippets.

@trulyronak
Last active May 27, 2020 01:21
Show Gist options
  • Save trulyronak/dfbe2d528d836976eb63b6fa411b6933 to your computer and use it in GitHub Desktop.
Save trulyronak/dfbe2d528d836976eb63b6fa411b6933 to your computer and use it in GitHub Desktop.
Install Legume
apt-get update
apt-get install apt-utils apt-transport-https -y
# We trust HTTPS rather than GPG for this repo - but you can config
# GPG signing if you prefer.
cat > /etc/apt/sources.list.d/legume.list << EOF
deb [trusted=yes] https://ronakshah-deb-packages.s3-us-west-1.amazonaws.com codename main
EOF
# and ensure you update the package info on the server
apt-get update
apt-get install legume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment