mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-21 20:35:37 +00:00
5 lines
295 B
Bash
Executable file
5 lines
295 B
Bash
Executable file
#!/bin/bash
|
|
# This scritp is installing the required dependencies to correctly run the pipeline and buold the flatpak
|
|
|
|
sudo apt install -y flatpak flatpak-builder p7zip-full xmlstarlet bzip2 curl tree
|
|
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo |