delete enable ssh

This commit is contained in:
Milan Meduna 2023-12-03 23:22:24 +01:00
parent 7544477612
commit 34b1051fc7
1 changed files with 13 additions and 14 deletions

View File

@ -1,14 +1,13 @@
#!/bin/bash
steamos-readonly disable
pacman-key --init
pacman-key --populate archlinux holo
pacman -Syy
pacman -S wireguard-tools screen gstreamer-vaapi gst-plugin-pipewire gst-plugins-good mc htop gst-plugins-base --noconfirm --overwrite "*"
cp /home/deck/steamdeck-mm/deck_swap_sudoers_file /etc/sudoers.d/zzz_deck_swap
chown root:root /etc/sudoers.d/zzz_deck_swap
chmod 0400 /etc/sudoers.d/zzz_deck_swap
rsync -avrz --progress /home/deck/steamdeck-mm/shortcuts.json /home/deck/homebrew/settings/bash-shortcuts/bash-shortcuts.json
systemctl enable sshd
steamos-readonly enable
echo "Please reboot SteamDeck"
#!/bin/bash
steamos-readonly disable
pacman-key --init
pacman-key --populate archlinux holo
pacman -Syy
pacman -S wireguard-tools screen gstreamer-vaapi gst-plugin-pipewire gst-plugins-good mc htop gst-plugins-base --noconfirm --overwrite "*"
cp /home/deck/steamdeck-mm/deck_swap_sudoers_file /etc/sudoers.d/zzz_deck_swap
chown root:root /etc/sudoers.d/zzz_deck_swap
chmod 0400 /etc/sudoers.d/zzz_deck_swap
rsync -avrz --progress /home/deck/steamdeck-mm/shortcuts.json /home/deck/homebrew/settings/bash-shortcuts/bash-shortcuts.json
steamos-readonly enable
echo "Please reboot SteamDeck"