Skip to content

Commit

Permalink
Metaforce: add markupsafe python dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cobalt2727 authored Jun 28, 2024
1 parent 864c499 commit 4b34038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/games_and_emulators/metaforce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ Raspbian | Debian | Ubuntu)
fi
;;
esac
sudo apt install udev libudev1 libudev-dev -y
sudo apt install udev libudev1 libudev-dev python3-markupsafe -y
;;
Fedora)
# this is so much nicer.
sudo dnf install -y systemd-devel cmake vulkan-headers ninja-build clang-devel llvm-devel libpng-devel || error "Failed to install dependencies"
sudo dnf install -y systemd-devel cmake vulkan-headers ninja-build clang-devel llvm-devel libpng-devel python-markupsafe || error "Failed to install dependencies"
sudo dnf groupinstall "Development Tools" "Development Libraries" -y || error "Failed to install dependencies"
;;
*)
Expand Down

0 comments on commit 4b34038

Please sign in to comment.