diff --git a/install_and_cache_pkgs.sh b/install_and_cache_pkgs.sh index 1b49407..e6533a1 100755 --- a/install_and_cache_pkgs.sh +++ b/install_and_cache_pkgs.sh @@ -55,7 +55,7 @@ for package in ${normalized_packages}; do if test ! -f "${cache_filepath}"; then read cache_package_name cache_package_ver < <(get_package_name_ver "${cache_package}") - echo -n " Caching ${cache_package_name} to ${cache_filepath}..." + echo -n " * Caching ${cache_package_name} to ${cache_filepath}..." # Pipe all package files (no folders) to Tar. dpkg -L "${cache_package_name}" | while IFS= read -r f; do