Comment 9 for bug 1882232

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

In lxd deb2snap we have this:

        # Check store connectivity
        echo "==> Checking connectivity with the snap store"
        COUNT=0
        SKIP=false
        while :; do
            if skip_unusable_snapd; then
                echo "===> System doesn't have a working snapd and LXD was never used, skipping"
                SKIP=true
                break
            fi

similar does not exist in chromium-browser, but must.