Fixed typo's in the install script.

This commit is contained in:
Peter Green 2023-03-02 17:59:18 +00:00
parent d15651e30b
commit e67ee2d047
1 changed files with 1 additions and 1 deletions

View File

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