File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3929,7 +3929,7 @@ installRemoteModule() {
3929
3929
installRemoteModule_architecture=alpine-arm64
3930
3930
;;
3931
3931
* )
3932
- installRemoteModule_architecture=alpine
3932
+ installRemoteModule_architecture=alpine-x86_64
3933
3933
;;
3934
3934
esac
3935
3935
;;
@@ -3945,6 +3945,10 @@ installRemoteModule() {
3945
3945
;;
3946
3946
esac
3947
3947
installRemoteModule_url=" $( curl -sSLf -o - https://tideways.com/profiler/downloads | grep -Eo " \" [^\" ]+/tideways-php-([0-9]+\.[0-9]+\.[0-9]+)-$installRemoteModule_architecture .tar.gz\" " | cut -d' "' -f2) "
3948
+ if test -z " $installRemoteModule_url " ; then
3949
+ echo ' Failed to find the tideways tarball to be downloaded'
3950
+ exit 1
3951
+ fi
3948
3952
printf ' Downloading tideways from %s\n' " $installRemoteModule_url "
3949
3953
installRemoteModule_src=" $( getPackageSource $installRemoteModule_url ) "
3950
3954
if test -d " $installRemoteModule_src /dist" ; then
You can’t perform that action at this time.
0 commit comments