summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInfRandomness <infrandomness@gmail.com>2021-06-14 18:00:59 +0200
committerInfRandomness <infrandomness@gmail.com>2021-06-14 18:00:59 +0200
commit0dbd0ee4d620cb14b9589931d96f9dbe0ce0a212 (patch)
treebd9151e1d622c4d8af27a843ca2ce45a8f9475ec
parentae78a96ddfa3a1b9063ddacbe21d632e1a1d0a50 (diff)
Add missing solus packages
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
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
}
######################################################################