1
0
Fork 0
mirror of synced 2024-06-18 06:11:09 -04:00

Removed "&" from the lists & removed --noconfirm from final action to prevent alacritty closing

This commit is contained in:
Nico Jensch 2020-11-14 11:40:25 +01:00
parent f0662bfe43
commit f51c19f404
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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)
ImageMagick (Edit bmp and svg images)