mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-21 15:09:21 +00:00
Removed 100 limit
This commit is contained in:
@@ -637,7 +637,7 @@ get_apt_packages() {
|
|||||||
done <<< "$upgradable_sim"
|
done <<< "$upgradable_sim"
|
||||||
|
|
||||||
# Get installed packages that are up to date
|
# Get installed packages that are up to date
|
||||||
local installed=$(dpkg-query -W -f='${Package} ${Version}\n' | head -100)
|
local installed=$(dpkg-query -W -f='${Package} ${Version}\n')
|
||||||
|
|
||||||
while IFS=' ' read -r package_name version; do
|
while IFS=' ' read -r package_name version; do
|
||||||
if [[ -n "$package_name" && -n "$version" ]]; then
|
if [[ -n "$package_name" && -n "$version" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user