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 bf8a814 commit f2ed503
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 which findutils unzip
apt-get -y install wget findutils 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
/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 which findutils unzip
apt-get -y install wget findutils 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
/usr/local/antmedia/antmedia start
Expand Down

0 comments on commit f2ed503

Please sign in to comment.