Browse Source

Formatting.

Daniel Buckmaster 10 năm trước cách đây
mục cha
commit
2c0b941b31
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      Tools/Vagrant/provision.sh

+ 4 - 1
Tools/Vagrant/provision.sh

@@ -2,7 +2,10 @@
 apt-get update -y
 
 # Install Unity desktop for GUI purposes.
-#apt-get install -y --no-install-recommends ubuntu-desktop
+#apt-get install --no-install-recommends \
+#	ubuntu-desktop \
+#	gnome-terminal \
+#	-y
 
 # Install software for development.
 sudo apt-get install \