Difference between revisions of "DEBIAN - Post-Install Script XFCE"

From wiki.1001solutions.net
(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...")
 
 
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 10: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