Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
brew does not accept --with-xz anymore on osx
Baptiste Daroussin committed 7 years ago
commit 4602bf3f99eac823e2c21c5a7443ed0278817304
parent 2b754071412f78cdd7d0b2a180d131e3a715c239
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