Skip to content

Commit

Permalink
Update installscript-arch.sh
Browse files Browse the repository at this point in the history
changed godot3 package name to godot
  • Loading branch information
DioptricDesign authored Jun 8, 2023
1 parent 3da7525 commit 6203f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installscript-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if test "$answer" != "Y" -a "$answer" != "y";
then
echo Skipping game design software...
else
sudo pacman -S --needed godot3 blender krita
sudo pacman -S --needed godot blender krita
fi

echo -n "Do you want to install Open Broadcaster Software (y/N)?"
Expand Down

0 comments on commit 6203f80

Please sign in to comment.