DEBIAN - Post-Install Script XFCE: Difference between revisions

From Wiki.IT-Arts.net
imported>Z
(Created page with "Category:Post-It <nowiki> apt update && apt install -y xfce4-sensors-plugin xfce4-goodies xfce4-indicator-plugin xfce4-settings && apt install -y xsensors sensors-appl...")
 
imported>Z
No edit summary
 
Line 6: Line 6:
apt install -y xfce4-sensors-plugin xfce4-goodies xfce4-indicator-plugin xfce4-settings &&
apt install -y xfce4-sensors-plugin xfce4-goodies xfce4-indicator-plugin xfce4-settings &&


apt install -y xsensors sensors-applet</nowiki>
apt install -y xsensors sensors-applet
 
exit 0</nowiki>

Latest revision as of 08:45, 11 March 2024


apt update &&

apt install -y xfce4-sensors-plugin xfce4-goodies xfce4-indicator-plugin xfce4-settings &&

apt install -y xsensors sensors-applet

exit 0