1
0
forked from extern/nix-config

archlinux: Install rust toolchain during bootstrap.sh

This is necessary during the bootstrap step since the shotgun
PKGBUILD assumes that a rust toolchain is installed.
This commit is contained in:
Donovan Glover 2018-12-12 07:30:45 -05:00
parent 044d919bba
commit 26a074eeb4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -21,6 +21,9 @@ make package=tari-core
make package=color-scripts make package=color-scripts
make package=xeventbind make package=xeventbind
# Install and set the default toolchain for rust
make rust
# Install yay # Install yay
make aur package=yay make aur package=yay