File tree Expand file tree Collapse file tree
distributions/installscripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ DISTRO="Fedora"
55LINVERSION=" 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(.*)(?=")' `
99echo " Jamulus Installation Script for $DISTRO $LINVERSION "
1010echo " Release: $R "
1111INSTALLJAMULUS=" 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"
You can’t perform that action at this time.
0 commit comments