do it even differently
parent
19320ddaa3
commit
32f645280c
|
|
@ -5,6 +5,8 @@ rm -f /etc/mtab
|
||||||
rm -f /etc/apt/sources.list~
|
rm -f /etc/apt/sources.list~
|
||||||
rm -Rf /etc/systemd/system/timers.target.wants
|
rm -Rf /etc/systemd/system/timers.target.wants
|
||||||
rm -f /etc/systemd/system/multi-user.target.wants/ssh.service
|
rm -f /etc/systemd/system/multi-user.target.wants/ssh.service
|
||||||
|
rm -f /etc/systemd/system/multi-user.target.wants/dnsmasq.service
|
||||||
|
|
||||||
rm -f /etc/ssh/ssh_host*
|
rm -f /etc/ssh/ssh_host*
|
||||||
|
|
||||||
rm -f /var/backups/*
|
rm -f /var/backups/*
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,6 @@ ln -sf bash /bin/sh
|
||||||
|
|
||||||
apt-get remove --yes vim* grub* debconf-i18n installation-report
|
apt-get remove --yes vim* grub* debconf-i18n installation-report
|
||||||
|
|
||||||
sed -i -r "s/ENABLED=1/ENABLED=0/" /etc/default/dnsmasq
|
|
||||||
|
|
||||||
CWD="$(pwd)"
|
CWD="$(pwd)"
|
||||||
cd /tmp
|
cd /tmp
|
||||||
apt-get download acpi-support
|
apt-get download acpi-support
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue