mirror of
https://github.com/YunoHost-Apps/mumble-web_ynh.git
synced 2024-09-03 19:46:16 +02:00
Update install
This commit is contained in:
parent
8ff05c37fb
commit
508f1fb72d
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ ynh_script_progression --message="Configuring Mumble web client..." --weight=1
|
||||||
|
|
||||||
# Install rustup with the toolchain needed by vaultwarden
|
# Install rustup with the toolchain needed by vaultwarden
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
sudo -u "$app" RUSTUP_HOME="$final_path"/.rustup CARGO_HOME="$final_path"/.cargo bash -c 'curl -sSf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --default-toolchain stable'
|
sudo -u "$app" RUSTUP_HOME="$final_path"/.rustup CARGO_HOME="$final_path"/.cargo bash -c 'curl -sSf -L https://static.rust-lang.org/rustup.sh | rustup toolchain install 1.48.0'
|
||||||
popd
|
popd
|
||||||
|
|
||||||
export PATH="$PATH:$final_path/.cargo/bin:$final_path/.local/bin:/usr/local/sbin"
|
export PATH="$PATH:$final_path/.cargo/bin:$final_path/.local/bin:/usr/local/sbin"
|
||||||
|
|
Loading…
Add table
Reference in a new issue