diff --git a/basic.sh b/basic.sh index 41f6972..97cc0c4 100644 --- a/basic.sh +++ b/basic.sh @@ -1,7 +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 +apt-get purge bsdmainutils dictionaries-common emacsen-common gnupg gnupg-agent iamerican ibritish ienglish-common installation-report ispell laptop-detect libsqlite3-0 libssl1.1 nano os-prober pinentry-curses task-english tasksel tasksel-data wamerican # Install basic services and dependencies apt-get --no-install-recommends install openssh-server plymouth @@ -15,6 +15,6 @@ update-initramfs -u cp basic/etc/default/grub /etc/default/grub update-grub -# Set legal banner + URL +# Set legal banner with URL + latin2 character set cp basic/etc/default/console-setup /etc/default/console-setup cp basic/etc/issue /etc/issue \ No newline at end of file