mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
fixed install script
This commit is contained in:
@@ -267,7 +267,7 @@ install_on_linux() {
|
||||
install_on_macos() {
|
||||
if has brew; then
|
||||
# get homebrew formula name
|
||||
if [ "${ARCH}" != "x86_64" ]; then
|
||||
if [ "${ARCH}" == "x86_64" ]; then
|
||||
FORMULA="termscp"
|
||||
else
|
||||
FORMULA="termscp-m1"
|
||||
|
||||
Reference in New Issue
Block a user