Guest User

Untitled

a guest
Apr 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [Trigger]
  2. Operation = Upgrade
  3. Type = Package
  4. Target = *
  5.  
  6. [Action]
  7. Description = Updating rust components...
  8. When = PostTransaction
  9. Depends = rustup
  10. # Be sure to replace $INSERTYOURUSERHERE the actual name of the current user whose toolchain should be updated
  11. Exec = /bin/sh -c "RUSTUP_HOME='/home/$INSERTYOURUSERHERE/.rustup' /bin/rustup update"
Add Comment
Please, Sign In to add comment