Skip to content

Commit 671eb45

Browse files
authored
Update install.am
1 parent 2d2edfc commit 671eb45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/install.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ _install_local_script() {
255255
fi
256256
}
257257

258-
# This is for scripts hosted on the official online database or a third-party one
258+
# This is for scripts hosted on the official online database
259259
_install_normally() {
260260
mkdir -p "$AMCACHEDIR"/tmp && rm -f "$AMCACHEDIR"/tmp/* &&
261261
wget -q "$APPSDB"/"$arg" -O "$AMCACHEDIR"/tmp/"$arg" &&
@@ -335,7 +335,7 @@ case "$1" in
335335
if [ -d "$APPSPATH"/"$arg"/tmp ]; then
336336
$SUDOCMD "$APPSPATH"/"$arg"/remove 2> /dev/null
337337
fi
338-
# Various cases that may occur during installation (for example if you use a third-party repository)
338+
# Various cases that may occur during installation
339339
if test -f "$APPSPATH"/"$arg"/remove; then
340340
echo "\"$arg\" is already installed!" | tr '[:lower:]' '[:upper:]'
341341
else

0 commit comments

Comments
 (0)