From 0dbd0ee4d620cb14b9589931d96f9dbe0ce0a212 Mon Sep 17 00:00:00 2001 From: InfRandomness Date: Mon, 14 Jun 2021 18:00:59 +0200 Subject: [PATCH] Add missing solus packages --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 19ff8d2..b065c69 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -389,7 +389,7 @@ solus() echo "Installing necessary build tools..." #if guards are not necessary with eopkg since it does nothing if latest version is already installed - sudo eopkg it fuse-devel git gcc g++ libgcc-32bit libstdc++-32bit nasm make cmake + sudo eopkg it fuse-devel git gcc g++ libgcc-32bit libstdc++-32bit nasm make cmake binutils-gold glibc-devel pkg-config fuse2-devel linux-headers rsync automake autoconf m4 libtool-devel po4a patch bison flex gperf libpng-devel perl-html-parser } ######################################################################