Skip to content

Commit

Permalink
Update insomnia.sh (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdihasnat authored Sep 19, 2024
1 parent 35effb3 commit 2c83d0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/insomnia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ set -eux
echo "\nInstalling Insomnia ...\n"

# Add to sources
echo "deb [trusted=yes arch=amd64] https://download.konghq.com/insomnia-ubuntu/ default all" \
| tee -a /etc/apt/sources.list.d/insomnia.list
curl -1sLf \
'https://packages.konghq.com/public/insomnia/setup.deb.sh' \
| sudo -E distro=ubuntu codename=focal bash

# Refresh repository sources and install Insomnia

Expand Down

0 comments on commit 2c83d0e

Please sign in to comment.