Skip to content

Commit e7a4d91

Browse files
authored
Merge pull request #566 from Junnplus/remove-archlinux-upgrade
dont upgrade pkg when install sshf
2 parents b8173c5 + 9d7a42c commit e7a4d91

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)