diff --git a/scripts/restore b/scripts/restore index 8d5cf6c..017bdf9 100755 --- a/scripts/restore +++ b/scripts/restore @@ -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