Last active
September 9, 2026 01:53
-
-
Save cho2/9ae71f84d1af856b490473e484cd0509 to your computer and use it in GitHub Desktop.
raspi-tw
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sudo zypper refresh | |
| sudo zypper install -y flatpak fastfetch htop nano leafpad google-noto-sans-cjk-fonts | |
| sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo | |
| sudo flatpak install -y flathub com.brave.Browser org.videolan.VLC org.gnome.Rhythmbox3 dev.fredol.open-tv com.github.tchx84.Flatseal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment