Main public logs
From Freephile Wiki
Combined display of all available logs of Freephile Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:25, 19 June 2025 Greg Rundlett talk contribs created page Ollama/install/script (Created page with "Here is the install shell script at the time of writing (2025-06-18) I made a copy of it to be able to refer back to what it actually did - and because it's an example of a high-quality shell script. <syntaxhighlight lang="shell" line="1"> #!/bin/sh # This script installs Ollama on Linux. # It detects the current operating system architecture and installs the appropriate version of Ollama. set -eu red="$( (/usr/bin/tput bold || :; /usr/bin/tput setaf 1 || :) 2>&-)" p...") Tag: Visual edit: Switched