Skip to content

Instantly share code, notes, and snippets.

@shengyou
Created January 6, 2018 07:19
Show Gist options
  • Save shengyou/b8d9be82958e29368082fe98e4e69d1a to your computer and use it in GitHub Desktop.
Save shengyou/b8d9be82958e29368082fe98e4e69d1a to your computer and use it in GitHub Desktop.
echo "deb https://dl.bintray.com/getinsomnia/Insomnia /" | sudo tee -a /etc/apt/sources.list.d/insomnia.list
wget — quiet -O — https://insomnia.rest/keys/debian-public.key.asc | sudo apt-key add -
sudo apt update
sudo apt install insomnia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment