@@ -118,9 +118,9 @@ from the internet. Ensure they are from a trusted source."
118
118
echo " If you want to see what this script does before running it,
119
119
hit ctrl-C and enter 'curl -L git.io/squishbox | more'
120
120
View the full source code at
121
- https://github.com/albedozero /fluidpatcher
121
+ https://github.com/GeekFunkLabs /fluidpatcher
122
122
Report issues with this script at
123
- https://github.com/albedozero /fluidpatcher/issues
123
+ https://github.com/GeekFunkLabs /fluidpatcher/issues
124
124
125
125
Choose your install options. Empty responses will use the [default options].
126
126
Setup will begin after all questions are answered.
@@ -247,11 +247,11 @@ if [[ $install_synth ]]; then
247
247
248
248
# install/update fluidpatcher
249
249
FP_VER=` sed -n ' /^VERSION/s|[^0-9\.]*||gp' $installdir /patcher/__init__.py & > /dev/null`
250
- NEW_FP_VER=` curl -s https://api.github.com/repos/albedozero /fluidpatcher/releases/latest | sed -n ' /tag_name/s|[^0-9\.]*||gp' `
250
+ NEW_FP_VER=` curl -s https://api.github.com/repos/GeekFunkLabs /fluidpatcher/releases/latest | sed -n ' /tag_name/s|[^0-9\.]*||gp' `
251
251
if [[ ! $FP_VER == $NEW_FP_VER ]]; then
252
252
inform " Installing/Updating FluidPatcher version $NEW_FP_VER ..."
253
- wget -qO - https://github.com/albedozero /fluidpatcher/tarball/master | tar -xzm
254
- fptemp=` ls -dt albedozero -fluidpatcher-* | head -n1`
253
+ wget -qO - https://github.com/GeekFunkLabs /fluidpatcher/tarball/master | tar -xzm
254
+ fptemp=` ls -dt GeekFunkLabs -fluidpatcher-* | head -n1`
255
255
cd $fptemp
256
256
find . -type d -exec mkdir -p ../{} \;
257
257
# copy files, but don't overwrite banks, config (i.e. yaml files)
0 commit comments