Added make support for multiple architectures and did cleanup

This commit is contained in:
2021-11-03 16:17:15 +01:00
parent a18780614b
commit 8882eab440
12 changed files with 73 additions and 146 deletions

View File

@@ -1,3 +1,7 @@
#!/bin/bash
echo "I: running $0"
apt -y purge exim4-base nfs-common rpcbind
apt -y purge exim4-base nfs-common rpcbind firmware-netronome grub*
if [ -f "/usr/bin/x86_64" ] ; then
apt purge $(apt list --installed |grep linux-image |grep -v bpo| sed 's#/.*##') -y
fi