Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
brew does not accept --with-xz anymore on osx
Baptiste Daroussin committed 6 years ago
commit 4602bf3f99eac823e2c21c5a7443ed0278817304
parent 2b75407
1 file changed +1 -1
modified scripts/install_deps.sh
@@ -60,7 +60,7 @@ install_from_github() {
if [ $(uname -s) = "Darwin" ]; then
	brew update
	brew upgrade openssl
-
	brew install libarchive --with-xz
+
	brew install libarchive
	brew install kyua
elif [ $(uname -s) = "Linux" ]; then
	install_from_github atf 0.21