1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefish_ynh.git synced 2024-09-03 18:36:06 +02:00

Fix restore

This commit is contained in:
oufmilo 2023-11-30 13:18:05 +01:00
parent f8732bb9b5
commit 03389a3ecb

View file

@ -38,6 +38,8 @@ ynh_script_progression --message="Reinstalling pnpm..." --weight=1
# Define and install pnpm
pushd "$install_dir"
curl https://sh.rustup.rs -sSf | ynh_exec_warn_less ynh_exec_as $app sh -s -- -y
export PATH="$install_dir/.cargo/bin:$PATH"
ynh_use_nodejs
corepack enable
corepack prepare pnpm@latest --activate