From 7689b2cdcd83956cfbe4583370721a42c55ea2ad Mon Sep 17 00:00:00 2001 From: RP1 Date: Mon, 17 Feb 2025 20:37:53 +0100 Subject: [PATCH] fixed echo commands --- ros-progs-gui.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ros-progs-gui.sh b/ros-progs-gui.sh index 6476ccd..370146a 100755 --- a/ros-progs-gui.sh +++ b/ros-progs-gui.sh @@ -14,14 +14,14 @@ cd /usr/local/bin/progs echo "[User] Session= Icon=/usr/share/backgrounds/rave-pp.png -SystemAccount=false" > /dev/null | sudo tee /var/lib/AccountsService/users/$USER +SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER # Adding ucode to boot entries - Credit Lordify CPU=$(lscpu | grep "AMD" -c) if [[ $CPU -gt 0 ]]; then - echo "initrd /amd-ucode.img" /dev/null | sudo tee -a /boot/loader/entries/*.conf + echo "initrd /amd-ucode.img" | sudo tee -a /boot/loader/entries/*.conf else - echo "initrd /intel-ucode.img" /dev/null | sudo tee -a /boot/loader/entries/*.conf + echo "initrd /intel-ucode.img" | sudo tee -a /boot/loader/entries/*.conf fi # Zenity ablak megjelenítése