save names of installed packages
This commit is contained in:
parent
446750ff75
commit
3128ae3e21
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ if [ $ip6tables = true ]; then
|
|||
$IP6TABLESEXEC > "$temp/ip6tables"
|
||||
fi
|
||||
|
||||
# save names of installed packages
|
||||
dpkg --get-selections | awk '!/deinstall|purge|hold/ {print $1}' > "$temp/packages.list"
|
||||
|
||||
### Backup
|
||||
|
||||
if [ $ALGO ]; then
|
||||
|
|
Loading…
Reference in a new issue