mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-08 14:58:01 +07:00
build: update configure script
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
Basic configure script for new users
|
||||
"""
|
||||
|
||||
import os
|
||||
import platform
|
||||
import sys
|
||||
|
||||
@ -22,5 +23,5 @@ if platform.system() != 'Linux':
|
||||
# - change gitops repo
|
||||
# - add Gitea remote?
|
||||
# - change hardware info
|
||||
os.system(f"{os.getenv('EDITOR')} 'metal/inventories/prod.yml'")
|
||||
# - change Terraform workspace (and make it optional?)
|
||||
# - step counter?
|
||||
|
Reference in New Issue
Block a user