Skip to content
Snippets Groups Projects
Commit 072a624b authored by Patrick Hallen's avatar Patrick Hallen
Browse files

Change release natty to oneiric

parent 37a30dd3
No related branches found
No related tags found
No related merge requests found
......@@ -60,8 +60,8 @@ echo "Mathematik: 3"
read answer
if [ $answer -eq 1 ]; then
echo "deb http://archive.canonical.com/ubuntu/ natty partner
deb-src http://archive.canonical.com/ubuntu/ natty partner" > /etc/apt/sources.list.d/java.list
echo "deb http://archive.canonical.com/ubuntu/ oneiric partner
deb-src http://archive.canonical.com/ubuntu/ oneiric partner" > /etc/apt/sources.list.d/java.list
apt-get update
apt-get --quiet install -y sun-java6-jdk eclipse hugs swi-prolog;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment