Skip to content

Sign apt repository #3698

Closed Answered by filfreire
Steiniche asked this question in Ideas
Jun 30, 2021 · 4 comments · 3 replies
Discussion options

You must be logged in to vote

@Steiniche @kj4ezj please follow the latest instructions to setup APT installation of Insomnia

# Add to sources
curl -1sLf \
  'https://packages.konghq.com/public/insomnia/setup.deb.sh' \
  | sudo -E distro=ubuntu codename=focal bash


# Refresh repository sources and install Insomnia

sudo apt-get update
sudo apt-get install insomnia

You should no longer have to set trusted=yes or allow-insecure=yes. The installation script has some steps to set the proper GPG key.

See https://docs.insomnia.rest/insomnia/install

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@kj4ezj
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@filfreire
Comment options

Comment options

You must be logged in to vote
1 reply
@kj4ezj
Comment options

Answer selected by filfreire
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #3508 on June 30, 2021 23:37.