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...