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-29 19:33:06 +01:00
parent 1d3686c089
commit c0864969bd

View file

@ -38,8 +38,6 @@ 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