We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d62723 commit 0cb98e8Copy full SHA for 0cb98e8
1 file changed
skeleton/cloudflare-page.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
curl -sL https://dl.static-php.dev/static-php-cli/common/php-8.3.4-cli-linux-x86_64.tar.gz | tar xz
4
-curl -o lina https://github.com/bangnokia/lina/releases/latest/download/lina.phar
+curl -sL -o lina.phar https://github.com/bangnokia/lina/releases/latest/download/lina.phar
5
6
-
7
-./php lina build
+chmod +x php
+./php lina.phar build
0 commit comments