From 671eb45acc6b0841a03f5345159d4ace5309e07f Mon Sep 17 00:00:00 2001 From: iVAN <88724353+ivan-hc@users.noreply.github.com> Date: Sun, 25 Aug 2024 02:03:59 +0200 Subject: [PATCH] Update install.am --- modules/install.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/install.am b/modules/install.am index d097b46bc..5b333b331 100644 --- a/modules/install.am +++ b/modules/install.am @@ -255,7 +255,7 @@ _install_local_script() { fi } -# This is for scripts hosted on the official online database or a third-party one +# This is for scripts hosted on the official online database _install_normally() { mkdir -p "$AMCACHEDIR"/tmp && rm -f "$AMCACHEDIR"/tmp/* && wget -q "$APPSDB"/"$arg" -O "$AMCACHEDIR"/tmp/"$arg" && @@ -335,7 +335,7 @@ case "$1" in if [ -d "$APPSPATH"/"$arg"/tmp ]; then $SUDOCMD "$APPSPATH"/"$arg"/remove 2> /dev/null fi - # Various cases that may occur during installation (for example if you use a third-party repository) + # Various cases that may occur during installation if test -f "$APPSPATH"/"$arg"/remove; then echo " ◆ \"$arg\" is already installed!" | tr '[:lower:]' '[:upper:]' else