1 2 3 4 5 6 | if [[ "$SPREAD_SYSTEM" = debian-* ]] ; then
# For debian we install the latest core snap from beta instead
# from stable as stable and candidate are broken at the moment.
# FIXME: drop this again once 2.25 landed in stable.
snap install --beta core
fi
|