Created
January 6, 2018 07:19
-
-
Save shengyou/b8d9be82958e29368082fe98e4e69d1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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