File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ elif [ "$1" == 'install' ] || [ "$1" == 'uninstall' ];then
810810 packages_to_install=$( pkgapp_packages_required " $app " )
811811 [ -z " $packages_to_install " ] && error " It appears $app does not have any packages that can be installed on your system."
812812
813- appscript=(bash -c -o pipefail " apt_lock_wait ; sudo -E apt-get $( echo " $action " | sed ' s/uninstall/purge --autoremove/g' ) -yf $packages_to_install 2>&1 | less_apt" )
813+ appscript=(bash -c -o pipefail " apt_lock_wait ; sudo -E apt-get $( echo " $action " | sed ' s/uninstall/purge --autoremove/g ; s/install/install --no-install-recommends/g ' ) -yf $packages_to_install 2>&1 | less_apt" )
814814
815815 # fix edge case: new will_reinstall function avoids a reinstall if packages to install do not change.
816816 # unfortunately updater script does not source the new api so chromium is being reinstalled after we added "| chromium" to the packages file.
You can’t perform that action at this time.
0 commit comments