mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
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:
committed by
GitHub
parent
79dd9e2303
commit
a13663e5e9
1
dist/build/linux-x86_64.sh
vendored
1
dist/build/linux-x86_64.sh
vendored
@@ -44,6 +44,7 @@ docker stop "$X86_64_DEB_NAME"
|
||||
# Make tar.gz
|
||||
cd ${PKGS_DIR}/x86_64-unknown-linux-gnu/
|
||||
tar cvzf termscp-v${VERSION}-x86_64-unknown-linux-gnu.tar.gz termscp
|
||||
echo "Sha256 x86_64 (homebrew): $(sha256sum termscp-v${VERSION}-x86_64-unknown-linux-gnu.tar.gz)"
|
||||
rm termscp
|
||||
cd -
|
||||
# Build x86_64_centos7
|
||||
|
||||
Reference in New Issue
Block a user