Update setup-45.sh

This commit is contained in:
Wayne Heaney 2024-04-22 13:09:24 -07:00 committed by GitHub
parent 8d1ce3a42e
commit 0d3971931b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# require a first parameter, the user home directory
if [ -z "$1" ]; then
echo "Usage: $0 <username> [group]"
echo "Usage: $0 username [group]"
exit 1
fi
user=$1
@ -62,4 +62,4 @@ fi
echo "Breezy Desktop extension is installed. Please log out, log back in, \
and then run the following command to enable it:\
gnome-extension enable breezydesktop@org.xronlinux"
gnome-extensions enable breezydesktop@org.xronlinux"