Skip to content

Commit

Permalink
add cap support 2
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Perkowski <[email protected]>
  • Loading branch information
nnyyxxxx and adamperkowski authored Sep 19, 2024
1 parent d80bf02 commit e885cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/applications-setup/alacritty-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
installAlacritty() {
printf "%b" "${YELLOW}Do you want to install Alacritty? (Y/n): ${RC}"
read -r install_choice
if [ "$install_choice" != "n" ]; then
if [ "$install_choice" != "n" ] && [ "$install_choice" != "N" ]; then
printf "%b\n" "${YELLOW}Installing Alacritty...${RC}"
if ! command_exists alacritty; then
case "$PACKAGER" in
Expand Down

0 comments on commit e885cdf

Please sign in to comment.