Skip to content

Commit ce9e499

Browse files
authored
Merge pull request #930 from vdellamea/master
Updated download links from corrados to jamulussoftware
2 parents db4b5ec + a6f99a6 commit ce9e499

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

distributions/installscripts/install4debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DISTRO="Debian"
55
LINVERSION="0.0"
66

77
# Get Jamulus Release Name with "curl" and "grep"
8-
R=`curl -s https://api.github.com/repos/corrados/jamulus/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")'`
8+
R=`curl -s https://api.github.com/repos/jamulussoftware/jamulus/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")'`
99
echo "Jamulus Installation Script for $DISTRO $LINVERSION"
1010
echo "Release: $R"
1111
INSTALLJAMULUS="no"
@@ -15,7 +15,7 @@ while true; do
1515
[Yy]* )
1616
echo "Start Installation $DISTRO $LINVERSION"
1717
echo "(1) Fetch Release $R from GitHub"
18-
wget https://github.com/corrados/jamulus/archive/$R.tar.gz
18+
wget https://github.com/jamulussoftware/jamulus/archive/$R.tar.gz
1919
echo "(2) Extract Source Code for Jamulus Release $R from GitHub"
2020
tar -xvf $R.tar.gz
2121
echo "(3) Delete ${R}.tar.gz from GitHub"

distributions/installscripts/install4fedora.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DISTRO="Fedora"
55
LINVERSION="18.04"
66

77
# Get Jamulus Release Name with "curl" and "grep"
8-
R=`curl -s https://api.github.com/repos/corrados/jamulus/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")'`
8+
R=`curl -s https://api.github.com/repos/jamulussoftware/jamulus/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")'`
99
echo "Jamulus Installation Script for $DISTRO $LINVERSION"
1010
echo "Release: $R"
1111
INSTALLJAMULUS="no"
@@ -15,7 +15,7 @@ while true; do
1515
[Yy]* )
1616
echo "Start Installation $DISTRO $LINVERSION"
1717
echo "(1) Fetch Release $R from GitHub"
18-
wget https://github.com/corrados/jamulus/archive/$R.tar.gz
18+
wget https://github.com/jamulussoftware/jamulus/archive/$R.tar.gz
1919
echo "(2) Extract Source Code for Jamulus Release $R from GitHub"
2020
tar -xvf $R.tar.gz
2121
echo "(3) Delete ${R}.tar.gz from GitHub"

distributions/installscripts/install4ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DISTRO="Ubuntu"
55
LINVERSION="18.04"
66

77
# Get Jamulus Release Name with "curl" and "grep"
8-
R=`curl -s https://api.github.com/repos/corrados/jamulus/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")'`
8+
R=`curl -s https://api.github.com/repos/jamulussoftware/jamulus/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")'`
99
echo "Jamulus Installation Script for $DISTRO $LINVERSION"
1010
echo "Release: $R"
1111
INSTALLJAMULUS="no"
@@ -15,7 +15,7 @@ while true; do
1515
[Yy]* )
1616
echo "Start Installation $DISTRO $LINVERSION"
1717
echo "(1) Fetch Release $R from GitHub"
18-
wget https://github.com/corrados/jamulus/archive/$R.tar.gz
18+
wget https://github.com/jamulussoftware/jamulus/archive/$R.tar.gz
1919
echo "(2) Extract Source Code for Jamulus Release $R from GitHub"
2020
tar -xvf $R.tar.gz
2121
echo "(3) Delete ${R}.tar.gz from GitHub"

0 commit comments

Comments
 (0)