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:
parent
f8732bb9b5
commit
03389a3ecb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue