Add basic install script

This commit is contained in:
Disassembler 2017-06-23 10:17:08 +02:00
parent 6abae4c7fc
commit 559c83816c
2 changed files with 7 additions and 0 deletions

7
basic.sh Normal file
View File

@ -0,0 +1,7 @@
#!/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

View File