We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4ffbd9 + 24485d2 commit 99b2915Copy full SHA for 99b2915
scripts/all_in_one.sh
@@ -19,7 +19,7 @@ done
19
# Welcome and system updates
20
echo "~~~~~~~ CocktailBerry All In One Installation Script v1 ~~~~~~~~"
21
echo "~~ Updating system to latest version, depending on your system age, this may take some time ... ~~"
22
-sudo apt-get update && sudo apt-get -y upgrade
+sudo apt-get update && sudo apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade
23
24
# Steps for git
25
echo "~~ Check if git is installed ~~"
0 commit comments