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 2b6db74 commit 9d7a42cCopy full SHA for 9d7a42c
pkg/cidata/cidata.TEMPLATE.d/boot/30-install-packages.sh
@@ -68,7 +68,7 @@ elif command -v dnf >/dev/null 2>&1; then
68
elif command -v pacman >/dev/null 2>&1; then
69
if [ "${LIMA_CIDATA_MOUNTS}" -gt 0 ]; then
70
if ! command -v sshfs >/dev/null 2>&1; then
71
- pacman -Syu --noconfirm sshfs
+ pacman -Sy --noconfirm sshfs
72
fi
73
74
# other dependencies are preinstalled on Arch Linux (https://linuximages.de/openstack/arch/)
0 commit comments