Skip to content

Commit

Permalink
Fix Ubuntu builds for bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Codinablack committed Jan 3, 2025
1 parent 269c47c commit 04fb74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ premake_cmd="${HOME}/.local/bin/premake5"
premake_args=""

# Prerequisite packages
debian_install="apt-get -y install git zip unzip tar curl build-essential uuid-dev"
debian_install="apt-get -y install git zip unzip tar curl build-essential uuid-dev pkg-config"
arch_install="pacman -Syu git zip"
fedora_install="dnf -y install git make gcc-c++ libuuid-devel perl-IPC-Cmd"
suse_install="zypper -y install git-core make gcc-c++ libuuid-devel"
Expand Down

0 comments on commit 04fb74b

Please sign in to comment.