Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
15642806
Commit
15642806
authored
Aug 30, 2018
by
Alan
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "ASP: restore filtering of ASP after APT"
This reverts commit
268e3f78
.
parent
268e3f78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
config/chroot_local-includes/usr/local/sbin/tails-additional-software
...t_local-includes/usr/local/sbin/tails-additional-software
+2
-2
No files found.
config/chroot_local-includes/usr/local/sbin/tails-additional-software
View file @
15642806
...
...
@@ -462,9 +462,9 @@ def apt_hook_post():
packages
=
json
.
load
(
f
)
os
.
remove
(
ASP_STATE_PACKAGES
)
additional_packages_names
=
set
(
map
(
additional_packages_names
=
map
(
filter_package_details
,
get_additional_packages
(
search_new_persistence
=
True
))
)
get_additional_packages
(
search_new_persistence
=
True
))
apt_cache
=
apt
.
cache
.
Cache
()
# Filter automatically installed packages and packages already configured
...
...
alant
@alant
mentioned in issue
#14598 (closed)
·
May 14, 2020
mentioned in issue
#14598 (closed)
mentioned in issue #14598
Toggle commit list
Write
Preview
Markdown
is supported
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