From ecff66a70da762fc5ceb322f8f372bd4dad25f80 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Sat, 23 Dec 2017 21:15:13 +0000 Subject: [PATCH] Add parallel. Generating assets takes ages otherwise --- shell/bootstrap-void.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/bootstrap-void.sh b/shell/bootstrap-void.sh index 39fb362..ff1da5a 100755 --- a/shell/bootstrap-void.sh +++ b/shell/bootstrap-void.sh @@ -62,7 +62,7 @@ sudo make install printf "${green}Starting build of Pop GTK theme${normal}" -sudo xbps-install -y sassc libsass-devel inkscape optipng +sudo xbps-install -y sassc libsass-devel inkscape optipng parallel cd $HOME/Documents/working git clone https://github.com/pop-os/gtk-theme.git cd gtk-theme