File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments