mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
docs: add install commands for ostree linux (#3493)
This commit is contained in:
committed by
GitHub
parent
9bd5e21f6d
commit
60319c93f3
@@ -87,6 +87,24 @@ sudo emerge --ask \
|
||||
sys-apps/file
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
<TabItem label="OSTree">
|
||||
|
||||
```sh
|
||||
sudo rpm-ostree install webkit2gtk4.1-devel \
|
||||
openssl-devel \
|
||||
curl \
|
||||
wget \
|
||||
file \
|
||||
libappindicator-gtk3-devel \
|
||||
librsvg2-devel \
|
||||
libxdo-devel \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
make
|
||||
sudo systemctl reboot
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
<TabItem label="openSUSE">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user