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
with:
service-key: ***
Run echo "deb [trusted=yes] https://packages.twingate.com/apt/ /" | sudo tee /etc/apt/sources.list.d/twingate.list
echo "deb [trusted=yes] https://packages.twingate.com/apt/ /" | sudo tee /etc/apt/sources.list.d/twingate.list
sudo apt-get update -o Dir::Etc::sourcelist="sources.list.d/twingate.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"
sudo apt install -yq twingate
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
deb [trusted=yes] https://packages.twingate.com/apt/ /
Ign:1 https://packages.twingate.com/apt InRelease
Ign:2 https://packages.twingate.com/apt Release
Get:3 https://packages.twingate.com/apt Packages
Fetched 32.7 kB in 1s (57.9 kB/s)
Reading package lists...
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
twingate : Depends: libnl-3-200 (>= 3.2.0) but it is not installable
Depends: libnl-route-3-200 (>= 3.2.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
Error: Process completed with exit code 100.```
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: