do it even differently

pull/63/head
TomasM 2018-11-16 15:49:19 -05:00
parent 19320ddaa3
commit 32f645280c
2 changed files with 2 additions and 2 deletions

View File

@ -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/*

View File

@ -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