From f51c19f404e651a874b08c4fdecd56d743f1f6ea Mon Sep 17 00:00:00 2001 From: Nico Jensch Date: Sat, 14 Nov 2020 11:40:25 +0100 Subject: [PATCH] Removed "&" from the lists & removed --noconfirm from final action to prevent alacritty closing --- usr/lib/setup-assistant/apply.sh | 2 +- usr/lib/setup-assistant/graphics.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/lib/setup-assistant/apply.sh b/usr/lib/setup-assistant/apply.sh index a34b03a..6ae2ace 100755 --- a/usr/lib/setup-assistant/apply.sh +++ b/usr/lib/setup-assistant/apply.sh @@ -5,7 +5,7 @@ fi cat /tmp/setup-assistant/pkgs.txt | sed '/^$/d;s/[[:blank:]]//g' > /tmp/setup-assistant/pkgs-install.txt -sudo pacman --needed --noconfirm -S - < /tmp/setup-assistant/pkgs-install.txt +sudo pacman --needed -S - < /tmp/setup-assistant/pkgs-install.txt if [ -e "/tmp/setup-assistant/setup.sh" ]; then sh /tmp/setup-assistant/setup_root.sh diff --git a/usr/lib/setup-assistant/graphics.txt b/usr/lib/setup-assistant/graphics.txt index e14a3ef..140d8f0 100644 --- a/usr/lib/setup-assistant/graphics.txt +++ b/usr/lib/setup-assistant/graphics.txt @@ -15,10 +15,10 @@ Pencil 2D (2D handdrawn animations) false Synfig Studio (2D vector animation) false -DarkTable (Organize & develop raw images) +DarkTable (Organize and develop raw images) false -FontForge (Outline & font editor) +FontForge (Outline and font editor) false MyPaint (Digital painting) false -ImageMagick (edit bmp & svg images) \ No newline at end of file +ImageMagick (Edit bmp and svg images) \ No newline at end of file