refactor(users): fix typo in the script

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-01 17:48:46 +05:30
parent 36585012d5
commit d5876c3664

View File

@@ -72,7 +72,7 @@ if [ -z "$terminal" ] || ! command -v "$terminal" &>/dev/null; then
fi
if [ -z "$terminal" ]; then
notify-send -t 15000 --app-name=Garuda\ Linux "No terminal installed" "No supported terminal emulator is installed. Please install a terminal emulator like Alacritty."
notify-send -t 15000 --app-name=Snigdha\ OS "No terminal installed" "No supported terminal emulator is installed. Please install a terminal emulator like Alacritty."
exit 1
fi