From e67ee2d04769826ceda27a1d0a00fe904fa72fb4 Mon Sep 17 00:00:00 2001 From: Greenpete Date: Thu, 2 Mar 2023 17:59:18 +0000 Subject: [PATCH] Fixed typo's in the install script. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 65673fa..4a39b12 100644 --- a/install.sh +++ b/install.sh @@ -52,7 +52,7 @@ cp "$HOME"/bin/"$project_name"/menu.desktop "$HOME"/.local/share/applications # Rename menu file... mv "$HOME"/.local/share/applications/menu.desktop "$HOME"/.local/share/applications/"$project_name".desktop -# Change 'announce' name (the name that confirms which script the suer is running when the run the script)... +# Change 'announce' name (the name that confirms which script the user is running when they run the script)... sed -i "s|announce|$project_name|" "$HOME"/bin/"$project_name"/main.sh # Clean up...