#!/bin/bash # run the main Hooks python module python3 /usr/lib/python3/dist-packages/pepperpy/hooks.py ### Setting --apt-recommends and --apt-suggests defaults to '0' echo -e "# Changing these values to \"1\" may quickly fill up a small partition" > /etc/apt/apt.conf.d/99No-Recommends echo -e "APT::Install-Recommends \"0\";\nAPT::Install-Suggests \"0\";" >> /etc/apt/apt.conf.d/99No-Recommends