|
|
@ -8,7 +8,7 @@ function error {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# Get dependencies
|
|
|
|
# Get dependencies
|
|
|
|
"${DIRECTORY}/pkg-install" "snapd" "$(dirname "$0")" || exit 1
|
|
|
|
"${DIRECTORY}/pkg-install" "snapd libsquashfuse0 squashfuse fuse" "$(dirname "$0")" || exit 1
|
|
|
|
|
|
|
|
|
|
|
|
sudo systemctl enable --now snapd.socket || error "Unable to enable snapd.socket"
|
|
|
|
sudo systemctl enable --now snapd.socket || error "Unable to enable snapd.socket"
|
|
|
|
sudo snap install core || error "Unable to install core"
|
|
|
|
sudo snap install core || error "Unable to install core"
|
|
|
|