Skip to content

Commit

Permalink
Fix error on changed repository metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Jan 22, 2024
1 parent 273ae52 commit 0e5821d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-Debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if [ -z "${SKIP_HARDWARE_CHECK}" ]; then
SKIP_HARDWARE_CHECK="false";
fi

apt-get update
apt-get update -y --allow-releaseinfo-change

if [ $(dpkg-query -W -f='${Status}' curl 2>/dev/null | grep -c "ok installed") -eq 0 ]; then
apt-get install -yq curl;
Expand Down

0 comments on commit 0e5821d

Please sign in to comment.