From 42b0a90c419e608d38b2db8432ae4b4761a77c99 Mon Sep 17 00:00:00 2001 From: Eshwar Andhavarapu Date: Fri, 20 Apr 2012 22:28:01 +0200 Subject: [PATCH] Corrected again due to error --- oab-java6.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oab-java6.sh b/oab-java6.sh index cd9ae52..aa3ec3a 100755 --- a/oab-java6.sh +++ b/oab-java6.sh @@ -444,7 +444,7 @@ if [ -e /var/local/oab/gpg/pubring.gpg ] && [ -e /var/local/oab/gpg/secring.gpg fi # Update apt cache -echo "deb file:///var/local/oab/deb / #Sun Java6 - https://github.com/flexiondotorg/oab-java6" >> /etc/apt/sources.list.d/oab.list +echo "deb file:///var/local/oab/deb / #Sun Java6 - https://github.com/flexiondotorg/oab-java6" > /etc/apt/sources.list.d/oab.list apt_update echo "All done!"