Skip to content

Commit

Permalink
Change PACKAGES_AUR_COMMAND validation to allow multiple values
Browse files Browse the repository at this point in the history
  • Loading branch information
picodotdev committed Jan 4, 2022
1 parent aeadb42 commit 16602d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alis-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function check_variables() {
check_variables_boolean "PACKAGES_FLATPAK_INSTALL" "$PACKAGES_FLATPAK_INSTALL"
check_variables_boolean "PACKAGES_SDKMAN_INSTALL" "$PACKAGES_SDKMAN_INSTALL"
check_variables_boolean "PACKAGES_AUR_INSTALL" "$PACKAGES_AUR_INSTALL"
check_variables_list "PACKAGES_AUR_COMMAND" "$PACKAGES_AUR_COMMAND" "paru-bin yay-bin paru yay aurman" "true" "true"
check_variables_list "PACKAGES_AUR_COMMAND" "$PACKAGES_AUR_COMMAND" "paru-bin yay-bin paru yay aurman" "true" "false"
}

function check_variables_value() {
Expand Down

0 comments on commit 16602d2

Please sign in to comment.