Skip to content

Commit 5eb7e72

Browse files
committed
updating the install instructions to add the webup ppa.
1 parent 15c1313 commit 5eb7e72

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.project

+6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
<projects>
66
</projects>
77
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
813
</buildSpec>
914
<natures>
15+
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
1016
</natures>
1117
</projectDescription>

layouts/landing.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ <h3 class="text-center">
236236
<pre class="bash">
237237

238238
<code>
239+
sudo add-apt-repository ppa:webupd8team/java
239240
sudo add-apt-repository ppa:mad-hephaestus/commonwealthrobotics -y
240241
sudo apt-get update
241242
sudo apt-get remove arduino bowlerstudio
@@ -249,7 +250,8 @@ <h3 class="text-center">
249250
<pre class="bash">
250251

251252
<code>
252-
sudo apt-get install software-properties-common python-software-properties
253+
sudo apt-get install software-properties-common python-software-properties
254+
sudo add-apt-repository ppa:webupd8team/java
253255
sudo add-apt-repository "deb http://ppa.launchpad.net/mad-hephaestus/commonwealthrobotics/ubuntu xenial main" -y
254256
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 71EA898B
255257
sudo apt-get update

0 commit comments

Comments
 (0)