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