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