Skip to content

Commit 9d7a42c

Browse files
committed
dont upgrade pkg when install sshf
Signed-off-by: ye.sijun <[email protected]>
1 parent 2b6db74 commit 9d7a42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cidata/cidata.TEMPLATE.d/boot/30-install-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ elif command -v dnf >/dev/null 2>&1; then
6868
elif command -v pacman >/dev/null 2>&1; then
6969
if [ "${LIMA_CIDATA_MOUNTS}" -gt 0 ]; then
7070
if ! command -v sshfs >/dev/null 2>&1; then
71-
pacman -Syu --noconfirm sshfs
71+
pacman -Sy --noconfirm sshfs
7272
fi
7373
fi
7474
# other dependencies are preinstalled on Arch Linux (https://linuximages.de/openstack/arch/)

0 commit comments

Comments
 (0)