Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
packages
parrot
apt-parrot
Commits
3c1ebf6b
Commit
3c1ebf6b
authored
Mar 30, 2019
by
Lorenzo "Palinuro" Faletra
Browse files
Import Debian version 2.20+parrot1
apt-parrot (2.20+parrot1) testing; urgency=medium * Make update noninteractive.
parent
db3184ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3c1ebf6b
apt-parrot (2.20+parrot1) testing; urgency=medium
* Make update noninteractive.
-- Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org> Sat, 30 Mar 2019 02:58:54 +0100
apt-parrot (2.19+parrot1) testing; urgency=medium
* Improve apt wrapper.
...
...
parrot-upgrade
View file @
3c1ebf6b
#!/bin/bash
set
-e
DEBIAN_FRONTEND
=
noninteractive
DEBIAN_FRONTEND
=
"noninteractive"
DEBIAN_PRIORITY
=
"critical"
DEBCONF_NOWARNINGS
=
"yes"
export
DEBIAN_FRONTEND DEBIAN_PRIORITY DEBCONF_NOWARNINGS
apt update
||
echo
failed to update index lists
dpkg
--configure
-a
||
echo
failed to fix interrupted upgrades
apt
--fix-broken
--fix-missing
install
||
echo
failed to fix conflicts
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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