Update test-in-docker-images.yml

This commit is contained in:
Igor Pečovnik
2022-11-14 11:44:43 +01:00
committed by GitHub
parent 19bb452102
commit 12fff4e223

View File

@@ -39,6 +39,4 @@ jobs:
gpg --dearmor < key | tee /usr/share/keyrings/armbian.gpg > /dev/null
chmod go+r /usr/share/keyrings/armbian.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/armbian.gpg] http://apt.armbian.com $RELEASE main ${RELEASE}-utils ${RELEASE}-desktop" | tee /etc/apt/sources.list.d/armbian.list
pwd
cat /etc/apt/sources.list
apt update