Update main.py
Browse files
main.py
CHANGED
@@ -7,7 +7,7 @@ def run_command(command):
|
|
7 |
except subprocess.CalledProcessError as e:
|
8 |
print(f"Error: {e.stderr}")
|
9 |
|
10 |
-
def main(
|
11 |
# Install script
|
12 |
run_command("curl -fsSL https://ollama.com/install.sh | sh")
|
13 |
|
|
|
7 |
except subprocess.CalledProcessError as e:
|
8 |
print(f"Error: {e.stderr}")
|
9 |
|
10 |
+
def main():
|
11 |
# Install script
|
12 |
run_command("curl -fsSL https://ollama.com/install.sh | sh")
|
13 |
|