Skip to content

Commit ceaf703

Browse files
committed
Update squishbox-install.bash
redirect links to GeekFunkLabs repo
1 parent c2b698b commit ceaf703

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

assets/squishbox-install.bash

+5-5
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ from the internet. Ensure they are from a trusted source."
118118
echo "If you want to see what this script does before running it,
119119
hit ctrl-C and enter 'curl -L git.io/squishbox | more'
120120
View the full source code at
121-
https://github.com/albedozero/fluidpatcher
121+
https://github.com/GeekFunkLabs/fluidpatcher
122122
Report issues with this script at
123-
https://github.com/albedozero/fluidpatcher/issues
123+
https://github.com/GeekFunkLabs/fluidpatcher/issues
124124
125125
Choose your install options. Empty responses will use the [default options].
126126
Setup will begin after all questions are answered.
@@ -247,11 +247,11 @@ if [[ $install_synth ]]; then
247247

248248
# install/update fluidpatcher
249249
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'`
251251
if [[ ! $FP_VER == $NEW_FP_VER ]]; then
252252
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`
255255
cd $fptemp
256256
find . -type d -exec mkdir -p ../{} \;
257257
# copy files, but don't overwrite banks, config (i.e. yaml files)

0 commit comments

Comments
 (0)