build R without X

This commit is contained in:
James Walker 2018-11-07 15:31:44 -05:00
parent 651acff6e0
commit a1df14489e
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -22,6 +22,7 @@ echo "* Upgrading mac app store apps..."
mas upgrade
echo "* asdf update..."
export R_CONFIGURE_OPTIONS="--with-x=no"
for plugin in $(cat ~/.tool-versions | awk '{print $1}'); do asdf plugin-add $plugin; done
asdf update
asdf plugin-update --all