diff --git a/build.sh b/build.sh index 2ff001a6..3cb0868b 100755 --- a/build.sh +++ b/build.sh @@ -58,6 +58,8 @@ linux-headers-generic locales language-selector-gnome update-manager +ayatana-indicator-common +systemd-timesyncd dkms dbus-x11 ntp @@ -97,6 +99,7 @@ samba gnome-packagekit network-manager network-manager-gnome +network-manager-pptp-gnome bluez blueman gufw diff --git a/hooks/normal/0520-applications.hook.chroot b/hooks/normal/0520-applications.hook.chroot index 42f7bc62..220b99b1 100755 --- a/hooks/normal/0520-applications.hook.chroot +++ b/hooks/normal/0520-applications.hook.chroot @@ -6,7 +6,7 @@ # Remove software # apt remove -y firefox-esr # apt remove -y termit -apt --purge --yes autoremove vim vim-tiny murrine-themes termit gnome-shell gdm3 ubuntu-session mutter +apt --purge --yes autoremove vim vim-tiny murrine-themes termit gnome-shell gdm3 ubuntu-session mutter gnome-control-center gnome-control-center-data gnome-control-center-faces gnome-online-accounts gedit* # Lowers the footprint in RAM at the small expense of added size to the ISO. update-icon-caches /usr/share/icons/* @@ -16,3 +16,9 @@ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flat #add-architecture i386 dpkg --add-architecture i386 +#fix network-manager install +dpkg-reconfigure network-manager + +#reconfigure lightdm +dpkg-reconfigure lightdm +