Skip to content

Commit fbd9930

Browse files
committed
Ensure realpath installed
1 parent 0c4ca06 commit fbd9930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EZsdmInstaller

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ EOF
266266
else
267267
echo "* /etc/sdm/cparams exists; Not overwriting"
268268
fi
269-
pkgs="binfmt-support gdisk keyboard-configuration parted qemu-user-static rsync systemd-container uuid"
269+
pkgs="binfmt-support gdisk keyboard-configuration parted qemu-user-static realpath rsync systemd-container uuid"
270270
echo "* Ensure required packages are installed: $pkgs"
271271
[[ $EUID -ne 0 ]] && sudo="sudo"
272272
$sudo apt-get install --yes --no-install-recommends $pkgs

0 commit comments

Comments
 (0)