small fixes

This commit is contained in:
2020-05-02 18:35:19 -05:00
parent 59f5d6d53a
commit f8551b67e8
6 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ rm -rf /tmp/*
rm /etc/resolv.conf rm /etc/resolv.conf
# Remove old kernels # 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 rm /sbin/initctl
dpkg-divert --rename --remove /sbin/initctl dpkg-divert --rename --remove /sbin/initctl
+1 -1
View File
@@ -56,6 +56,6 @@ function start_menu_mesage() {
echo "\t8) Install Office Apps" echo "\t8) Install Office Apps"
echo "\t9) Install Debs" echo "\t9) Install Debs"
echo "\t10) Transfer Setting" echo "\t10) Transfer Setting"
echo "\11) Cleanup (Should run before exiting chroot.)" echo "\t11) Cleanup (Should run before exiting chroot.)"
echo "\t0) EXIT" echo "\t0) EXIT"
} }
View File
View File
@@ -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. This then would get moved to the /etc/skel folder via script and this README removed.