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
|
locales
|
||||||
language-selector-gnome
|
language-selector-gnome
|
||||||
update-manager
|
update-manager
|
||||||
|
ayatana-indicator-common
|
||||||
|
systemd-timesyncd
|
||||||
dkms
|
dkms
|
||||||
dbus-x11
|
dbus-x11
|
||||||
ntp
|
ntp
|
||||||
|
@ -97,6 +99,7 @@ samba
|
||||||
gnome-packagekit
|
gnome-packagekit
|
||||||
network-manager
|
network-manager
|
||||||
network-manager-gnome
|
network-manager-gnome
|
||||||
|
network-manager-pptp-gnome
|
||||||
bluez
|
bluez
|
||||||
blueman
|
blueman
|
||||||
gufw
|
gufw
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Remove software
|
# Remove software
|
||||||
# apt remove -y firefox-esr
|
# apt remove -y firefox-esr
|
||||||
# apt remove -y termit
|
# 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.
|
# Lowers the footprint in RAM at the small expense of added size to the ISO.
|
||||||
update-icon-caches /usr/share/icons/*
|
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
|
#add-architecture i386
|
||||||
dpkg --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