1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calckey_ynh.git synced 2024-09-03 18:16:18 +02:00

Update install

This commit is contained in:
oufmilo 2023-05-08 00:03:33 +02:00 committed by GitHub
parent 6c5f4d2a9f
commit 554610cb77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,8 @@ chown $app:$app "$install_dir/.config/default.yml"
ynh_script_progression --message="Building app... This will take some time." --weight=15 ynh_script_progression --message="Building app... This will take some time." --weight=15
pushd "$install_dir" 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 ynh_use_nodejs
corepack enable corepack enable
corepack prepare pnpm@latest --activate corepack prepare pnpm@latest --activate