diff --git a/src/COPY_OVER_TO_CHROOT/CLEANUP.sh b/src/COPY_OVER_TO_CHROOT/CLEANUP.sh old mode 100644 new mode 100755 index 39477f8..d34377e --- a/src/COPY_OVER_TO_CHROOT/CLEANUP.sh +++ b/src/COPY_OVER_TO_CHROOT/CLEANUP.sh @@ -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 diff --git a/src/COPY_OVER_TO_CHROOT/CONFIG_SCRIPTS.sh b/src/COPY_OVER_TO_CHROOT/CONFIG_SCRIPTS.sh index 446e311..ee67d03 100755 --- a/src/COPY_OVER_TO_CHROOT/CONFIG_SCRIPTS.sh +++ b/src/COPY_OVER_TO_CHROOT/CONFIG_SCRIPTS.sh @@ -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" } diff --git a/src/COPY_OVER_TO_CHROOT/GET_PPA_GPG_KEYS.sh b/src/COPY_OVER_TO_CHROOT/GET_PPA_GPG_KEYS.sh old mode 100644 new mode 100755 diff --git a/src/COPY_OVER_TO_CHROOT/GET_PPA_REPOSITORIES.sh b/src/COPY_OVER_TO_CHROOT/GET_PPA_REPOSITORIES.sh old mode 100644 new mode 100755 diff --git a/src/COPY_OVER_TO_CHROOT/SETTINGS_THEMES/usr_share/icons/README.txt b/src/COPY_OVER_TO_CHROOT/SETTINGS_THEMES/usr_share/icons/README.txt new file mode 100644 index 0000000..3444047 --- /dev/null +++ b/src/COPY_OVER_TO_CHROOT/SETTINGS_THEMES/usr_share/icons/README.txt @@ -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. \ No newline at end of file diff --git a/src/COPY_OVER_TO_CHROOT/SETTINGS_THEMES/usr_share/themes/README.txt b/src/COPY_OVER_TO_CHROOT/SETTINGS_THEMES/usr_share/themes/README.txt index d2117c2..c77c71e 100644 --- a/src/COPY_OVER_TO_CHROOT/SETTINGS_THEMES/usr_share/themes/README.txt +++ b/src/COPY_OVER_TO_CHROOT/SETTINGS_THEMES/usr_share/themes/README.txt @@ -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. \ No newline at end of file