Skip to content

Commit 0cb98e8

Browse files
committed
fix skeleton
1 parent 9d62723 commit 0cb98e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

skeleton/cloudflare-page.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
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
4+
curl -sL -o lina.phar https://github.com/bangnokia/lina/releases/latest/download/lina.phar
55

6-
7-
./php lina build
6+
chmod +x php
7+
./php lina.phar build

0 commit comments

Comments
 (0)