Removed "&" from the lists & removed --noconfirm from final action to prevent alacritty closing
This commit is contained in:
parent
f0662bfe43
commit
f51c19f404
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
Loading…
Reference in a new issue