mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-12-22 10:45:29 +00:00
Remove package manifest write for restores.
This commit is contained in:
parent
1decb12863
commit
125244158b
|
@ -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