I'm trying to upgrade to flutter 3.3.0 using the specified command: sh -c "curl -fsSL https://raw.githubusercontent.com/passsy/flutter_wrapper/master/install.sh" | bash /dev/stdin -t v3.3.0 But that gives an error with the following output: flutterw:1 Blocked script execution in 'https://raw.githubusercontent.com/passsy/flutter_wrapper/v3.3.0/flutterw' because the document's frame is sandboxed and the 'allow-scripts' permission is not set. I do have javascript enable on my browser. Is there a way I can upgrade to my wanted version?