Skip to content

Commit c6d0f76

Browse files
authored
Update install4debian.sh
changed corrados to jamulussoftware
1 parent f1dfa5c commit c6d0f76

1 file changed

Lines changed: 2 additions & 2 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"

0 commit comments

Comments
 (0)