mirror of
https://github.com/YunoHost-Apps/calckey_ynh.git
synced 2024-09-03 18:16:18 +02:00
Fix warning info
This commit is contained in:
parent
3778492bd8
commit
5e813114e5
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ ynh_add_nginx_config
|
||||||
ynh_script_progression --message="Building app..."
|
ynh_script_progression --message="Building app..."
|
||||||
|
|
||||||
pushd "$install_dir"
|
pushd "$install_dir"
|
||||||
curl https://sh.rustup.rs -sSf | 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"
|
export PATH="$install_dir/.cargo/bin:$PATH"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
corepack enable
|
corepack enable
|
||||||
|
|
Loading…
Add table
Reference in a new issue