Skip to content

Commit

Permalink
Fix installation of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu committed Nov 19, 2024
1 parent a990b48 commit 98f4652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/deploy-debian-11/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ runs:
- name: Install Ant Media Server
shell: bash
run: |
apt-get update
apt-get -y install wget which findutils which crontabs unzip
curl -L -o ant-media-server-community.zip $(curl -s https://api.github.com/repos/ant-media/Ant-Media-Server/releases/latest | grep "browser_download_url" | cut -d '"' -f 4)
bash ./install_ant-media-server.sh -i ant-media-server-community.zip -s false
Expand Down
1 change: 1 addition & 0 deletions .github/actions/deploy-debian-12/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ runs:
- name: Install Ant Media Server
shell: bash
run: |
apt-get update
apt-get -y install wget which findutils which crontabs unzip
curl -L -o ant-media-server-community.zip $(curl -s https://api.github.com/repos/ant-media/Ant-Media-Server/releases/latest | grep "browser_download_url" | cut -d '"' -f 4)
bash ./install_ant-media-server.sh -i ant-media-server-community.zip -s false
Expand Down

0 comments on commit 98f4652

Please sign in to comment.