diff --git a/src/main b/src/main index 590d721..db8a773 100755 --- a/src/main +++ b/src/main @@ -39,6 +39,8 @@ REQUIRED_PACKAGES=( \ vim git wget curl \ htop tilix jq unzip python3-pip gir1.2-gtop-2.0 \ tilix bash-completion \ + nextcloud-desktop nautilus-nextcloud nautilus-share nautilus-image-converter \ + cups hplip-data \ ) @@ -59,6 +61,11 @@ for package in ${REQUIRED_PACKAGES[@]}; do fi done +echo "## remove hplip annoyance" +echo "=========================" +sudo rm /etc/xdg/autostart/hplip-systray.desktop + + echo "## debian-bash" echo "==============" if [[ ! -d /opt/debian-bash ]]; then