#!/usr/bin/env bash ## configure and install minimal xfce desktop environment ## check for sudo/root if ! [ $(id -u) = 0 ]; then echo "This script must run with sudo, try again..." exit 1 fi #cat ./xsessionrc >> /home/$SUDO_USER/.xsessionrc #chown $SUDO_USER:$SUDO_USER /home/$SUDO_USER/.xsessionrc apt install -y libxfce4ui-utils apt install -y thunar #apt install -y xfce4-appfinder apt install -y xfce4-panel apt install -y xfce4-pulseaudio-plugin #apt install -y xfce4-whiskermenu-plugin apt install -y xfce4-session apt install -y xfce4-settings #apt install -y xfce4-terminal apt install -y tilix apt install -y xfconf apt install -y xfdesktop4 apt install -y xfwm4 #apt install -y adwaita-qt #apt install -y qt5ct echo echo xfce install complete, please reboot and issue 'startx' echo
Tuesday, November 11, 2025
xfce-install.sh
Subscribe to:
Post Comments (Atom)
systemd-timesyncd
sudo apt update && sudo apt install systemd-timesyncd && sudo systemctl enable --now systemd-timesyncd
-
sudo -u www-data /usr/local/bin/composer install --no-ansi --no-dev --no-interaction --no-progress --no-scripts --optimize-autoloader
-
find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD fdupes -r / linux_czkawka_gui.AppImage
No comments:
Post a Comment