Joey Hafner
6086222503
- Move homelab, Jafner.dev (now called blog) to root. - Rename "archived projects" -> "archive" - Rename "active projects" -> "projects" - Rename "jafner-homebrew" -> "5ehomebrew" - Rename "docker-llm-amd" -> "local-ai"
9 lines
232 B
Bash
9 lines
232 B
Bash
#!/bin/vbash
|
|
# https://docs.vyos.io/en/equuleus/automation/command-scripting.html
|
|
source /opt/vyatta/etc/functions/script-template
|
|
|
|
cp /config/config.boot /config/config.new
|
|
nano /config/config.new
|
|
configure
|
|
load /config/config.new
|