We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4ca06 commit fbd9930Copy full SHA for fbd9930
EZsdmInstaller
@@ -266,7 +266,7 @@ EOF
266
else
267
echo "* /etc/sdm/cparams exists; Not overwriting"
268
fi
269
-pkgs="binfmt-support gdisk keyboard-configuration parted qemu-user-static rsync systemd-container uuid"
+pkgs="binfmt-support gdisk keyboard-configuration parted qemu-user-static realpath rsync systemd-container uuid"
270
echo "* Ensure required packages are installed: $pkgs"
271
[[ $EUID -ne 0 ]] && sudo="sudo"
272
$sudo apt-get install --yes --no-install-recommends $pkgs
0 commit comments