Browse Source

Update php.yml

Bozhidar Slaveykov 1 year ago
parent
commit
cd63965147
1 changed files with 4 additions and 2 deletions
  1. 4 2
      .github/workflows/php.yml

+ 4 - 2
.github/workflows/php.yml

@@ -18,5 +18,7 @@ jobs:
     - uses: actions/checkout@v3
 
     - name: Install AlphaXPanel
-      run: ls
-
+      run: |
+        wget https://raw.githubusercontent.com/CloudVisionApps/AlphaXPanel/main/installers/install.sh
+        chmod +x install.sh
+        ./install.sh