Skip to content

Commit

Permalink
fix skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Apr 5, 2024
1 parent 9d62723 commit 0cb98e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions skeleton/cloudflare-page.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

curl -sL https://dl.static-php.dev/static-php-cli/common/php-8.3.4-cli-linux-x86_64.tar.gz | tar xz
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


./php lina build
chmod +x php
./php lina.phar build

0 comments on commit 0cb98e8

Please sign in to comment.