More xfce install script fixes
This commit is contained in:
parent
086d46f058
commit
e76f3ac698
@ -3,7 +3,7 @@
|
||||
DIR=/InstallResources
|
||||
|
||||
while true; do
|
||||
read -p "install (X)fce4 or (L)xqt" XL
|
||||
read -p "install (X)fce4 or (L)xqt: " XL
|
||||
case $XL in
|
||||
[Xx]* ) DE=xfce; break;;
|
||||
[Ll]* ) DE=lxqt; break;;
|
||||
@ -12,7 +12,7 @@ while true; do
|
||||
done
|
||||
|
||||
locale-gen
|
||||
#Install lxqt, wicd
|
||||
#Install shared packages
|
||||
apt install -y xorg acpi-support lightdm tasksel dpkg librsvg2-common xorg xserver-xorg-input-libinput alsa-utils anacron avahi-daemon eject iw libnss-mdns xdg-utils xserver-xorg-input-synaptics mousepad vlc
|
||||
apt install -y wicd-daemon wicd wicd-curses wicd-gtk
|
||||
|
||||
|
@ -92,7 +92,7 @@ chroot $outmnt apt-get autoremove --purge
|
||||
chroot $outmnt apt-get clean
|
||||
|
||||
#Download the packages to be installed by Install.sh: TODO: potentially dpkg-reconfigure locales?
|
||||
chroot $outmnt apt-get install -y -d xorg acpi-support lightdm tasksel dpkg librsvg2-common xorg xserver-xorg-input-libinput alsa-utils anacron avahi-daemon eject iw libnss-mdns xdg-utils lxqt wicd-daemon wicd wicd-curses wicd-gtk xserver-xorg-input-synaptics crda xfce4 dbus-user-session system-config-printer tango-icon-theme xfce4-power-manager xfce4-terminal xfce4-goodies mousepad vlc libutempter0
|
||||
chroot $outmnt apt-get install -y -d xorg acpi-support lightdm tasksel dpkg librsvg2-common xorg xserver-xorg-input-libinput alsa-utils anacron avahi-daemon eject iw libnss-mdns xdg-utils lxqt wicd-daemon wicd wicd-curses wicd-gtk xserver-xorg-input-synaptics crda xfce4 dbus-user-session system-config-printer tango-icon-theme xfce4-power-manager xfce4-terminal xfce4-goodies mousepad vlc libutempter0 xterm
|
||||
|
||||
|
||||
#Cleanup hosts
|
||||
|
Loading…
Reference in New Issue
Block a user