Develop #6

Merged
maximstewart merged 5 commits from develop into master 2020-05-02 23:36:33 +00:00
6 changed files with 5 additions and 3 deletions
Showing only changes of commit f8551b67e8 - Show all commits

2
src/COPY_OVER_TO_CHROOT/CLEANUP.sh Normal file → Executable file
View File

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

View File

@ -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
src/COPY_OVER_TO_CHROOT/GET_PPA_GPG_KEYS.sh Normal file → Executable file
View File

0
src/COPY_OVER_TO_CHROOT/GET_PPA_REPOSITORIES.sh Normal file → Executable file
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.

View File

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