- && gh release download --pattern 'dnscontrol-*.${arch}.deb --output /tmp/dnscontrol.deb \
- && apt install /tmp/dnscontrol.deb -y
+ && gh release download --repo https://github.com/StackExchange/dnscontrol --pattern "dnscontrol-*.${arch}.deb" --output /tmp/dnscontrol.deb \
+ && sudo apt install /tmp/dnscontrol.deb -y