mirror of
https://github.com/DrHo1y/ezrknn-llm.git
synced 2026-03-23 09:06:47 +07:00
9 lines
125 B
Bash
Executable File
9 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Always useful
|
|
apt update && apt full-upgrade -y
|
|
|
|
# Update repo without updating image
|
|
cd /ezrknn-llm
|
|
git pull
|