FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Adding unattended upgrades to the pre install script by 3alpha · Pull Request #564 · dappnode/DAppNode · GitHub

Adding unattended upgrades to the pre install script - #564

Open
3alpha wants to merge 6 commits into
masterfrom
3alpha/add-unattendedupgrades
Open

Adding unattended upgrades to the pre install script#564
3alpha wants to merge 6 commits into
masterfrom
3alpha/add-unattendedupgrades

Conversation

3alpha commented May 17, 2023
edited
Loading

Copy link
Copy Markdown
Member

Unattended upgrades help keep Debian/Ubuntu systems updated

Testing:

  • Running preinstall script on clean Debian install
  • Generating ISO and making sure that everything works

3alpha requested a review from a team as a code owner May 17, 2023 17:27
Comment thread scripts/dappnode_install_pre.sh Outdated
dsimog01 previously approved these changes Jul 21, 2023

3alpha commented Jul 21, 2023

Copy link
Copy Markdown
Member Author

@dsimog01 we need to add here exact same config we are adding to migration.

3alpha force-pushed the 3alpha/add-unattendedupgrades branch from bd070ea to 7996c17 Compare July 24, 2023 10:10
3alpha force-pushed the 3alpha/add-unattendedupgrades branch from 7996c17 to 5e0ab64 Compare July 24, 2023 10:34

pablomendezroyo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Require testing


# Check and configure auto-upgrades config file
auto_upgrades_file="/etc/apt/apt.conf.d/20auto-upgrades"
if [ ! -f "$auto_upgrades_file" ]; then

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

regarding upgrades, the official docs encourages also to install the following pkg apt-listchanges why is it not been installed?

Check out https://wiki.debian.org/UnattendedUpgrades

Copy link
Copy Markdown
Contributor

@3alpha 👀

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL