1 Commits
0.1.0 ... 0.1.1

Author SHA1 Message Date
aa97ad4c20 fixed aur command (forgot to include) 2023-05-06 03:37:59 +02:00

View File

@@ -8,7 +8,7 @@ more_arguments=false
su_needed=false
# Check if yay (aur)
if [ "$command_args" = "yay" ]; then
if [ "$command_args" = "yay" ] || [ "$command_args" = "aur" ]; then
command="yay"
command_args="$1"
shift