diff options
Diffstat (limited to 'src/get.sh')
-rwxr-xr-x | src/get.sh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -148,10 +148,8 @@ get () { for package in $(cat $out); do if package_exists $package; then set -- $(get_package_download_info $package) - url=$1 checksum=$2 size=$3 - files=$4 if is_installed $package; then if [ "$(get_installed_version $package)" != "$checksum" ]; then |