From a1df14489e88f7fa33849d518da087826afcefb0 Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 7 Nov 2018 15:31:44 -0500 Subject: [PATCH] build R without X --- home/bin/goodmorning.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/home/bin/goodmorning.sh b/home/bin/goodmorning.sh index 48543c3..7a9b550 100755 --- a/home/bin/goodmorning.sh +++ b/home/bin/goodmorning.sh @@ -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