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 f2ed503 commit 0a10b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy-debian-11/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
shell: bash
run: |
apt-get update
apt-get -y install wget findutils unzip
apt-get -y install wget findutils unzip curl
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
/usr/local/antmedia/antmedia start
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/deploy-debian-12/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
shell: bash
run: |
apt-get update
apt-get -y install wget findutils unzip
apt-get -y install wget findutils unzip curl
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
/usr/local/antmedia/antmedia start
Expand Down

0 comments on commit 0a10b7a

Please sign in to comment.