Spotter-VM/basic.sh

11 lines
511 B
Bash
Raw Normal View History

2017-06-23 10:17:08 +02:00
#!/bin/bash
# Uninstall unnecessary packages
apt-get purge bsdmainutils dictionaries-common emacsen-common gnupg gnupg-agent iamerican ibritish ienglish-common installation-report ispell laptop-detect libgnutls30 libhogweed4 libsqlite3-0 libssl1.1 nano os-prober pinentry-curses task-english tasksel tasksel-data wamerican wget
# Install basic services and dependencies
apt-get --no-install-recommends install openssh-server plymouth
2017-06-23 10:21:59 +02:00
# Set grub options
cp basic/etc/default/grub /etc/default/grub
update-grub