Update core/tabs/applications-setup/fastfetch-setup.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
mateuszkozako 2025-01-22 09:50:25 +01:00 committed by GitHub
parent a1ecd65754
commit 27d1f0c71e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,6 @@ setupFastfetchShell() {
printf "%b\n" "${YELLOW}Fastfetch is already configured in $rc_file${RC}" printf "%b\n" "${YELLOW}Fastfetch is already configured in $rc_file${RC}"
return 0 return 0
else else
# Ask for confirmation
printf "%b" "${GREEN}Would you like to add fastfetch to $rc_file? [y/N] ${RC}" printf "%b" "${GREEN}Would you like to add fastfetch to $rc_file? [y/N] ${RC}"
read -r response read -r response