Leave wget installed for the time being
This commit is contained in:
parent
7f7ef37cff
commit
564e699285
4
basic.sh
4
basic.sh
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Uninstall unnecessary packages
|
# 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
|
# Install basic services and dependencies
|
||||||
apt-get --no-install-recommends install openssh-server plymouth
|
apt-get --no-install-recommends install openssh-server plymouth
|
||||||
@ -15,6 +15,6 @@ update-initramfs -u
|
|||||||
cp basic/etc/default/grub /etc/default/grub
|
cp basic/etc/default/grub /etc/default/grub
|
||||||
update-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/default/console-setup /etc/default/console-setup
|
||||||
cp basic/etc/issue /etc/issue
|
cp basic/etc/issue /etc/issue
|
Loading…
Reference in New Issue
Block a user