From 2656a083db4e0d753c7d4d14a1810e373633eb7f Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 24 Jan 2023 12:19:09 -0500 Subject: [PATCH] Alias repo and remote --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 2bb4654..5f0be62 100755 --- a/installJRMC +++ b/installJRMC @@ -152,7 +152,7 @@ parseInput() { BUILD_SWITCH=1 LOCAL_INSTALL_SWITCH=1 ;; - repo) + repo|remote) REPO_INSTALL_SWITCH=1 ;; esac