dev-tunnels
dev-tunnels copied to clipboard
The devtunnel CLI installer is incompatible with Azure Linux
trafficstars
I run Azure Linux 3 as my remote Linux dev environment and have found that the devtunnel setup instructions are incompatible with the RPM based Azure Linux because they attempt to use apt-get for package management.
sudo apt-get -qq update -y
sudo apt-get -qq install -y libsecret-1-0
The install script should be updated to check /etc/os-release then run the following instead if ID=azurelinux
sudo tdnf install -y libsecret