diff --git a/install-depends-premade-script-only.sh b/install-depends-premade-script-only.sh new file mode 100644 index 0000000..9e495fa --- /dev/null +++ b/install-depends-premade-script-only.sh @@ -0,0 +1 @@ +sudo apt install imagemagick curl wget ffmpeg bc diff --git a/install-depends.sh b/install-depends.sh new file mode 100644 index 0000000..ea671b5 --- /dev/null +++ b/install-depends.sh @@ -0,0 +1,2 @@ +curl https://ollama.ai/install.sh | sh +sudo apt install imagemagick curl wget ffmpeg bc