Skip to content

Commit 2a57985

Browse files
committed
build
1 parent c20ba1d commit 2a57985

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

usr/share/usability-misc/dist-installer-cli-standalone

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,10 +1252,6 @@ get_independent_host_pkgs() {
12521252
install_pkg virt-what && nested_virt_tool="virt-what" && break
12531253
break
12541254
done
1255-
1256-
if [ "$debian_derivative_detected" = "1" ]; then
1257-
install_pkg lsb-release procps
1258-
fi
12591255
}
12601256

12611257

@@ -2562,6 +2558,10 @@ If that doesn't resolve the issue, consider reaching out to your operating syste
25622558
update_sources
25632559
check_upgrades_simulation
25642560

2561+
if [ "$debian_derivative_detected" = "1" ]; then
2562+
install_pkg lsb-release procps
2563+
fi
2564+
25652565
if [ "${virtualbox_only}" = "1" ]; then
25662566
return 0
25672567
fi

0 commit comments

Comments
 (0)