Skip to content

Commit

Permalink
Update checker.yml
Browse files Browse the repository at this point in the history
Signed-off-by: ArchBlood <35392110+ArchBlood@users.noreply.github.com>
  • Loading branch information
ArchBlood authored Apr 1, 2024
1 parent 824ee04 commit ff609e3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,18 @@ jobs:
- name: Install Plesk CLI
run: |
sudo apt update
sudo apt install -y curl
curl https://installer.plesk.com/plesk-installer | sudo DEBIAN_FRONTEND=noninteractive bash
sudo apt install -y curl expect
curl https://installer.plesk.com/plesk-installer | sudo bash
- name: Verify Plesk installation
run: plesk version

- name: Navigate to install folder
run: cd install

- name: Run installation script
run: |
echo "Running installation script..."
php humhub-extension.php install
expect -c '
spawn php humhub-extension.php install
expect "Would you like to help Plesk make better products by sending information"
send "N\n"
expect eof
'

0 comments on commit ff609e3

Please sign in to comment.