We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c592015 commit f48fc7cCopy full SHA for f48fc7c
1 file changed
install.sh
@@ -5,7 +5,7 @@ pacboy -S binutils --noconfirm
5
rm -rf packages
6
mkdir packages
7
8
-package_names=(gnustep-make gnustep-base nspr spidermonkey pcaudiolib espeak-ng SDL)
+package_names=(gnustep-make gnustep-base spidermonkey pcaudiolib espeak-ng SDL)
9
10
for packagename in "${package_names[@]}"; do
11
echo "Building and installing $packagename package"
0 commit comments