From d551c4000f9f343e8e62fe0eaf21e843c24015ab Mon Sep 17 00:00:00 2001 From: ThatLinuxFan <9904667+NodeMixaholic@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:20:40 -0600 Subject: [PATCH] Add files via upload --- install-depends-premade-script-only.sh | 1 + install-depends.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 install-depends-premade-script-only.sh create mode 100644 install-depends.sh 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