mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-02 19:16:40 +00:00
b7f2714d97
Signed-off-by: GitHub <noreply@github.com>
7 lines
179 B
Bash
Executable File
7 lines
179 B
Bash
Executable File
#!/bin/bash
|
|
|
|
## Install Tauri dependencies
|
|
apt update
|
|
apt install -y --no-install-recommends $(cat packaging/tauri/apt_packages)
|
|
rm -rf /var/lib/apt/lists /var/cache/apt/archives
|