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 62e8b1f commit e1aaf7e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Plesk CLI
run: |
sudo apt update
sudo apt install -y curl
sudo apt install -y curl expect
curl https://installer.plesk.com/plesk-installer | sudo bash
- name: Verify Plesk installation
Expand All @@ -31,4 +31,9 @@ jobs:
- name: Run installation script
run: |
echo "Running installation script..."
plesk installer --all-versions --web-interface-repository-url none
expect -c '
spawn plesk installer --all-versions --web-interface-repository-url none
expect "Would you like to help Plesk make better products by sending information"
send "N\n"
expect eof
'

0 comments on commit e1aaf7e

Please sign in to comment.