mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
Update rustup sh options
This commit is contained in:
parent
fff92246f4
commit
d5d083c346
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ chown -R $app: $final_path
|
|||
|
||||
|
||||
# App settings
|
||||
( cd $final_path && sudo -u "$app" curl -sSf -L https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly --date=2018-07-17 )
|
||||
( cd $final_path && sudo -u "$app" curl -sSf -L https://static.rust-lang.org/rustup.sh | sh -s -- --default-toolchain=nightly --date=2018-07-17 )
|
||||
export PATH="$PATH:/var/www/$app/.cargo/bin:/var/$app/.local/bin:/usr/local/sbin"
|
||||
export FEATURES=postgres
|
||||
( cd $final_path/$app && sudo -u "$app" cargo install diesel_cli --no-default-features --features postgres --version '=1.3.0' )
|
||||
|
|
Loading…
Add table
Reference in a new issue