Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmucny authored Feb 7, 2025
1 parent 175aa1f commit a1dc731
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ rpm-ostree install java-17-openjdk dotnet-runtime-8.0 dotnet-runtime-9.0
# IME packages
rpm-ostree install fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool fcitx5-mozc fcitx5-autostart imsettings im-chooser

# netbird VPN
sudo tee /etc/yum.repos.d/netbird.repo <<EOF
[netbird]
name=netbird
baseurl=https://pkgs.netbird.io/yum/
enabled=1
gpgcheck=0
gpgkey=https://pkgs.netbird.io/yum/repodata/repomd.xml.key
repo_gpgcheck=1
EOF

rpm-ostree install libappindicator-gtk3 libappindicator netbird-ui

#### Example for enabling a System Unit File

systemctl enable podman.socket

0 comments on commit a1dc731

Please sign in to comment.