vaultwarden lxc working
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3b95f5551d
commit
30cbc33217
@ -343,9 +343,10 @@ class LXC(LinuxMachine):
|
||||
self.pve.run_command(f"ssh-keygen -f '/root/.ssh/known_hosts' -R {self.get_ipv4(use_ssh=False)}")
|
||||
|
||||
# Add main, community and testing repo for Alpine
|
||||
if "alpine" in self.os_name:
|
||||
logging.info("Setting up Alpine repositories for LXC")
|
||||
lxc_utils.run_protected_script(lxc=self, script_path="protected/scripts/setup-repo-alpine.sh")
|
||||
# if "alpine" in self.os_name:
|
||||
# logging.info("Setting up Alpine repositories for LXC")
|
||||
# lxc_utils.run_protected_script(lxc=self, script_path="protected/scripts/setup-repo-alpine.sh")
|
||||
# self.run_command("apk update", use_ssh=False)
|
||||
|
||||
def run_creation(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user