From 6e73325af8d22d268614e51004390732e4d90197 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Wed, 21 Jun 2023 18:33:17 +0200 Subject: [PATCH] typo --- make-debian-look-like-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-debian-look-like-ubuntu.sh b/make-debian-look-like-ubuntu.sh index 5815a03..407e918 100644 --- a/make-debian-look-like-ubuntu.sh +++ b/make-debian-look-like-ubuntu.sh @@ -101,7 +101,7 @@ message "" message "The process is divided into following steps:" message "${YELLOW}$package_categories${ENDCOLOR}" message "" -message "If you want, you can run only a few of them, e.g. just '${YELLOW}2-desktop-gnome{ENDCOLOR}':" +message "If you want, you can run only a few of them, e.g. just '${YELLOW}2-desktop-gnome${ENDCOLOR}':" message " ${YELLOW}bash $0 2-desktop-gnome${ENDCOLOR}" message "" message warn "Some files, like gtk settings, get overwritten without asking."