K3s installation schlägt dauernt fehl

Guten Abend mein meine K3s instalation schlägt dauernt fehl aber weswegen bjoern@k3s-master:~ $ curl -sfL get.k3s.io Installation | K3s | sh -
[INFO] Finding release for channel stable
[INFO] Using v1.28.6+k3s2 as release
[INFO] Downloading hash https://github.com/k3s-io/k3s/releases/download/v1.28.6+k3s2/sha256sum-arm64.txt
[INFO] Skipping binary downloaded, installed k3s matches hash
[INFO] Finding available k3s-selinux versions
sh: 416: [: k3s-selinux-1.5-1.el9.noarch.rpm: unexpected operator
[INFO] Skipping /usr/local/bin/kubectl symlink to k3s, already exists
[INFO] Skipping /usr/local/bin/crictl symlink to k3s, already exists
[INFO] Skipping /usr/local/bin/ctr symlink to k3s, already exists
[INFO] Creating killall script /usr/local/bin/k3s-killall.sh
[INFO] Creating uninstall script /usr/local/bin/k3s-uninstall.sh
[INFO] env: Creating environment file /etc/systemd/system/k3s.service.env
[INFO] systemd: Creating service file /etc/systemd/system/k3s.service
[INFO] Failed to find memory cgroup, you may need to add „cgroup_memory=1 cgroup_enable=memory“ to your linux cmdline (/boot/cmdline.txt on a Raspberry Pi)
[INFO] systemd: Enabling k3s unit
Created symlink /etc/systemd/system/multi-user.target.wants/k3s.service → /etc/systemd/system/k3s.service.
[INFO] No change detected so skipping service start
sh: 1122: Syntax error: newline unexpected
bjoern@k3s-master:~ $ sudo curl -sfL get.k3s.io Installation | K3s | sh -
[INFO] Finding release for channel stable
[INFO] Using v1.28.6+k3s2 as release
[INFO] Downloading hash https://github.com/k3s-io/k3s/releases/download/v1.28.6+k3s2/sha256sum-arm64.txt
[INFO] Skipping binary downloaded, installed k3s matches hash
[INFO] Finding available k3s-selinux versions
sh: 416: [: k3s-selinux-1.5-1.el9.noarch.rpm: unexpected operator
[INFO] Skipping /usr/local/bin/kubectl symlink to k3s, already exists
[INFO] Skipping /usr/local/bin/crictl symlink to k3s, already exists
[INFO] Skipping /usr/local/bin/ctr symlink to k3s, already exists
[INFO] Creating killall script /usr/local/bin/k3s-killall.sh
[INFO] Creating uninstall script /usr/local/bin/k3s-uninstall.sh
[INFO] env: Creating environment file /etc/systemd/system/k3s.service.env
[INFO] systemd: Creating service file /etc/systemd/system/k3s.service
[INFO] Failed to find memory cgroup, you may need to add „cgroup_memory=1 cgroup_enable=memory“ to your linux cmdline (/boot/cmdline.txt on a Raspberry Pi)
[INFO] systemd: Enabling k3s unit
Created symlink /etc/systemd/system/multi-user.target.wants/k3s.service → /etc/systemd/system/k3s.service.
[INFO] No change detected so skipping service start
sh: 1122: Syntax error: newline unexpected
bjoern@k3s-master:~ $
/boot/firmware/cmdline.txt console=serial0,115200 console=tty1 root=PARTUUID=59c181cd-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles

die Datei ist auch verhanden

Vielen dank für eure Hilfe

Klingt nach einem Dateiformatierungsfehler Windows → Linux

Sorry, jetzt erst gesehen.
Da steht oben auch noch drin:

Failed to find memory cgroup, you may need to add „cgroup_memory=1 cgroup_enable=memory“ to your linux cmdline (/boot/cmdline.txt on a Raspberry Pi) >

Du musst cgroup_memory=1 cgroup_enable=memory hinten an alles ohne Zeilenumbruch an die Datei /boot/cmdline.txt anfügen und neubooten damit das zieht. Aber vielleicht hast Du es bereits gelöst?

Dankeschön für Deinen Lösungsweg