mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
force keeping config files
This commit is contained in:
parent
3d186dd312
commit
cfa6127c9a
@ -351,7 +351,7 @@ grep -q "^nameserver 8.8.8.8$" /etc/resolv.conf || echo "nameserver 8.8.8.8" >>
|
||||
|
||||
echo -e "\n*** UPDATE Debian***"
|
||||
apt-get update -y
|
||||
apt-get upgrade -f -y
|
||||
apt-get upgrade -f -y -o Dpkg::Options::="--force-confold"
|
||||
|
||||
echo -e "\n*** SOFTWARE UPDATE ***"
|
||||
# based on https://raspibolt.org/system-configuration.html#system-update
|
||||
|
Loading…
Reference in New Issue
Block a user