script: add --allow-releaseinfo-change option to apt-get update

This commit is contained in:
th33xitus
2021-08-25 10:05:31 +02:00
parent 05842f8e1d
commit 969d3b5dab
7 changed files with 7 additions and 7 deletions

View File

@@ -234,7 +234,7 @@ dependency_check(){
echo -e "${cyan}$element ${default}"
done
echo
sudo apt-get update && sudo apt-get install ${inst[@]} -y
sudo apt-get update --allow-releaseinfo-change && sudo apt-get install ${inst[@]} -y
ok_msg "Dependencies installed!"
#clearing the array
unset inst