Skip to content

Commit 99b2915

Browse files
Merge pull request #292 from AndreWohnsland/dev
skip user input on upgrade
2 parents d4ffbd9 + 24485d2 commit 99b2915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/all_in_one.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ done
1919
# Welcome and system updates
2020
echo "~~~~~~~ CocktailBerry All In One Installation Script v1 ~~~~~~~~"
2121
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
22+
sudo apt-get update && sudo apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade
2323

2424
# Steps for git
2525
echo "~~ Check if git is installed ~~"

0 commit comments

Comments
 (0)