Skip to content

Commit

Permalink
fix ConSol#82: add missing xterm package
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schneck committed Jun 1, 2018
1 parent adbfe6d commit cba9a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ubuntu/install/xfce_ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e

echo "Install Xfce4 UI components"
apt-get update
apt-get install -y supervisor xfce4 xfce4-terminal
apt-get install -y supervisor xfce4 xfce4-terminal xterm
apt-get purge -y pm-utils xscreensaver*
apt-get clean -y

0 comments on commit cba9a03

Please sign in to comment.