Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
image-builder
Commits
204fce7d
Commit
204fce7d
authored
Feb 01, 2021
by
Guido Gunther
Browse files
Merge branch 'upgrade' into 'master'
root.sh: Perform dist-upgrade with the added apt repos See merge request
!183
parents
19fdf74f
622cd97a
Pipeline
#63890
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
root.sh
View file @
204fce7d
...
...
@@ -318,6 +318,8 @@ function install_pkgs()
# shellcheck disable=SC2086
chroot
"
${
basedir
}
"
apt
-y
-o
Debug::pkgProblemResolver
=
yes install
-y
--simulate
${
packages
}
fi
# Get the updates from additional repositories
chroot
"
${
basedir
}
"
apt-get
-y
dist-upgrade
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment