mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update upgrade
This commit is contained in:
parent
184bc73c80
commit
a37f67702b
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ export PATH="$PATH:$install_dir/.cargo/bin:$install_dir/.local/bin:/usr/local/sb
|
|||
sudo -u "$app" bash -c 'curl -sSf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --default-toolchain=stable --profile=minimal'
|
||||
fi
|
||||
|
||||
rustup install stable
|
||||
rustup default stable
|
||||
sudo -u "$app" env PATH=$PATH rustup install stable
|
||||
sudo -u "$app" env PATH=$PATH rustup default stable
|
||||
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue