Update core/tabs/system-setup/remove-snaps.sh

Co-authored-by: Nyx <144965845+nnyyxxxx@users.noreply.github.com>
This commit is contained in:
JEEVITHA KANNAN K S 2024-10-04 16:36:06 +05:30 committed by GitHub
parent 0e14d3a9db
commit d462f41c8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ removeSnaps() {
esac
printf "%b\n" "${GREEN}Successfully removed snaps...${RC}"
else
printf "%b\n" "${GREEN}Snap is not installed...${RC}"
printf "%b\n" "${GREEN}Snapd is not installed...${RC}"
fi
}