diff --git a/scripts/insomnia.sh b/scripts/insomnia.sh index 0377f33..b8db575 100755 --- a/scripts/insomnia.sh +++ b/scripts/insomnia.sh @@ -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