new commit
This commit is contained in:
parent
e3f397868a
commit
256d2b757f
3
build.sh
3
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue