Develop #6
|
@ -14,7 +14,7 @@ rm -rf /tmp/*
|
|||
rm /etc/resolv.conf
|
||||
|
||||
# Remove old kernels
|
||||
dpkg -l 'linux-*' | sed '/^ii/!d;/hwe/d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt -y purge; update-grub
|
||||
# dpkg -l 'linux-*' | sed '/^ii/!d;/hwe/d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt -y purge; update-grub
|
||||
|
||||
rm /sbin/initctl
|
||||
dpkg-divert --rename --remove /sbin/initctl
|
||||
|
|
|
@ -56,6 +56,6 @@ function start_menu_mesage() {
|
|||
echo "\t8) Install Office Apps"
|
||||
echo "\t9) Install Debs"
|
||||
echo "\t10) Transfer Setting"
|
||||
echo "\11) Cleanup (Should run before exiting chroot.)"
|
||||
echo "\t11) Cleanup (Should run before exiting chroot.)"
|
||||
echo "\t0) EXIT"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Add themes from /usr/share/icons or ~/.local/share/icons or ~/.icons to here.
|
||||
This then would get moved to the /etc/skel folder via script and this README removed.
|
|
@ -1,2 +1,2 @@
|
|||
Add themes from /usr/share/themes or ~/.local/share/themes OR MAYBE ~/.themes to here.
|
||||
Add themes from /usr/share/themes or ~/.local/share/themes or ~/.themes to here.
|
||||
This then would get moved to the /etc/skel folder via script and this README removed.
|
Loading…
Reference in New Issue