Brew Linux support (#185)

* feat: brew linux and arm installation

* fix: updated website refs to termscp.veeso.dev

* feat: added brew installation to website
This commit is contained in:
Christian Visintin
2023-05-12 17:06:27 +02:00
committed by GitHub
parent 79dd9e2303
commit a13663e5e9
12 changed files with 101 additions and 142 deletions
+1
View File
@@ -44,6 +44,7 @@ docker stop "$ARM64_DEB_NAME"
# Make tar.gz
cd ${PKGS_DIR}/aarch64-unknown-linux-gnu/
tar cvzf termscp-v${VERSION}-aarch64-unknown-linux-gnu.tar.gz termscp
echo "Sha256 (homebrew aarch64): $(sha256sum termscp-v${VERSION}-aarch64-unknown-linux-gnu.tar.gz)"
rm termscp
cd -
# Build aarch64_centos7