Remove package manifest write for restores.
This commit is contained in:
parent
1decb12863
commit
125244158b
1 changed files with 0 additions and 9 deletions
|
@ -27,12 +27,3 @@ else
|
|||
$script_dir/restore_pkgs.sh ~/cache-apt-pkgs $cache_restore_root
|
||||
fi
|
||||
echo ""
|
||||
|
||||
echo "Creating package manifest..."
|
||||
manifest=
|
||||
for package in $packages; do
|
||||
item=$package:$(dpkg -s $package | grep Version | awk '{print $2}')
|
||||
echo "- $item"
|
||||
manifest=$manifest$item,
|
||||
done
|
||||
echo "done."
|
||||
|
|
Loading…
Reference in a new issue