Skip to content

Commit

Permalink
rename Ollama to Ollama GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot committed Jan 31, 2025
1 parent d3347ba commit f3967ba
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion etc/categories
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Notepad ++|Programming
Obsidian|Office
OBS Studio|Multimedia
Oh My Posh|Appearance
Ollama|Tools
Ollama GUI|Tools
Oomox Theme Designer|Appearance
OpenSCAD|Engineering
Open-Typer|Office
Expand Down
12 changes: 12 additions & 0 deletions etc/runonce-entries
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,18 @@ runonce <<"EOF"
rm -rf "${DIRECTORY}/apps/LegCord"
fi
#rename 'Ollama' to 'Ollama GUI'
#incorrect name capitalization during first ~20 mintues. no reported installs.
if [ "$(app_status Ollama)" == "installed" ]; then
# installed
mv -f "${DIRECTORY}/data/status/Ollama" "${DIRECTORY}/data/status/Ollama GUI"
rm -rf "${DIRECTORY}/apps/Ollama"
mv -f "${DIRECTORY}/apps/Ollama" "${DIRECTORY}/apps/Ollama GUI"
else
# not installed
rm -rf "${DIRECTORY}/apps/Ollama"
fi
true
EOF

Expand Down

0 comments on commit f3967ba

Please sign in to comment.