mirror of
https://github.com/DrHo1y/ezrknn-llm.git
synced 2026-03-24 01:26:44 +07:00
11 lines
131 B
Bash
Executable File
11 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Always useful
|
|
apt update && apt full-upgrade -y
|
|
|
|
# Update repo without updating image
|
|
cd /ezrknn-llm
|
|
git pull
|
|
|
|
bash
|