You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
I was trying to set up snap locally on my Ubuntu 18.04 machine: $ curl -s https://packagecloud.io/install/repositories/intelsdi-x/snap/script.deb.sh | sudo bash $ sudo apt-get install -y snap-telemetry
The sources were updated with: deb https://packagecloud.io/intelsdi-x/snap/ubuntu/ bionic main deb-src https://packagecloud.io/intelsdi-x/snap/ubuntu/ bionic main
apt update also does not give any problems: Hit:14 https://packagecloud.io/intelsdi-x/snap/ubuntu bionic InRelease
I was trying to set up snap locally on my Ubuntu 18.04 machine:
$ curl -s https://packagecloud.io/install/repositories/intelsdi-x/snap/script.deb.sh | sudo bash $ sudo apt-get install -y snap-telemetry
The sources were updated with:
deb https://packagecloud.io/intelsdi-x/snap/ubuntu/ bionic main deb-src https://packagecloud.io/intelsdi-x/snap/ubuntu/ bionic main
apt update
also does not give any problems:Hit:14 https://packagecloud.io/intelsdi-x/snap/ubuntu bionic InRelease
However,
sudo apt search snap-telemetry
returns empty. There is also no package listed for bionic here: https://packagecloud.io/intelsdi-x/snapWill there be a package available for bionic or should I build manually?
The text was updated successfully, but these errors were encountered: