From 03389a3ecb5603599ee88e8fef8f490e33321ce4 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:18:05 +0100 Subject: [PATCH] Fix restore --- scripts/restore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/restore b/scripts/restore index 017bdf9..66ab649 100755 --- a/scripts/restore +++ b/scripts/restore @@ -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