Merge pull request #2192 from txt-file/patch-1

contrib/actions: use apt-get instead of apt
This commit is contained in:
Martin Weinelt 2021-04-05 22:55:18 +02:00 committed by GitHub
commit 2e6752074f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
set -e
apt update
apt install git subversion build-essential python gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time
apt clean
apt-get -y update
apt-get -y install git subversion build-essential python gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time
apt-get -y clean
rm -rf /var/lib/apt/lists/*