Skip to content

Commit 5579ed6

Browse files
committed
linux/install.sh : move ubuntu symlinks to ubuntu folder
1 parent 6848265 commit 5579ed6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

linux/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ function debian {
8585
if [ ! -f /etc/apt/sources.list.d/javaforce.list ]; then
8686
echo Download javaforce.list
8787
wget -NP /etc/apt/sources.list.d http://javaforce.sf.net/debian/$VERSION_ID/$ARCH/javaforce.list
88+
if [ $ID = "ubuntu" ]; then
89+
sed -i 's/debian/ubuntu/g' /etc/apt/sources.list.d/javaforce.list
90+
fi
8891
chmod 644 /etc/apt/sources.list.d/javaforce.list
8992
fi
9093
if [ $UPDATE = "yes" ]; then

0 commit comments

Comments
 (0)