mirror of
https://github.com/YunoHost-Apps/calckey_ynh.git
synced 2024-09-03 18:16:18 +02:00
Fix syntax
This commit is contained in:
parent
265514f55e
commit
e0ba4a33eb
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ ynh_script_progression --message="Reinstalling pnpm + rust..." --weight=1
|
|||
|
||||
# Define and install pnpm + rust
|
||||
pushd "$install_dir"
|
||||
curl https://sh.rustup.rs -sSf | ynh_exec_warn_less ynh_exec_as $app 'sh -s -- -y'
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue