fix: add missing dependencies for SnapOtter installation
This commit is contained in:
@@ -18,11 +18,20 @@ $STD apt install -y \
|
|||||||
imagemagick \
|
imagemagick \
|
||||||
ghostscript \
|
ghostscript \
|
||||||
potrace \
|
potrace \
|
||||||
libopenjp2-tools
|
libopenjp2-tools \
|
||||||
|
libegl1 \
|
||||||
|
libwayland-client0 \
|
||||||
|
libwayland-cursor0 \
|
||||||
|
libwayland-egl1 \
|
||||||
|
libxkbcommon0 \
|
||||||
|
libxkbcommon-x11-0 \
|
||||||
|
libxcursor1
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
NODE_VERSION="22" setup_nodejs
|
NODE_VERSION="22" setup_nodejs
|
||||||
|
|
||||||
|
fetch_and_deploy_gh_release "caire" "esimov/caire" "prebuild" "latest" "/usr/local/bin" "caire-*-linux-amd64.tar.gz"
|
||||||
|
|
||||||
msg_info "Enabling pnpm"
|
msg_info "Enabling pnpm"
|
||||||
$STD corepack enable
|
$STD corepack enable
|
||||||
$STD corepack prepare pnpm@9.15.4 --activate
|
$STD corepack prepare pnpm@9.15.4 --activate
|
||||||
|
|||||||
Reference in New Issue
Block a user