clean import file #4

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-01-07 20:42:57 +01:00
commit 258d7fc92e
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
2 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,5 @@
#!/bin/bash
. ./lib/metadata.sh
function config_kvm {
apt-get install -y \
vim \
@ -40,6 +38,6 @@ function config_kvm {
brctl addbr br-public
brctl stp "br-public" off
ip link set up dev "br-public"
systemctl daemon-reload
}

View file

@ -3,7 +3,6 @@
. ./lib/numbers.sh
. ./lib/colors.sh
. ./lib/db.sh
. ./lib/metadata.sh
. ./lib/public_ip.sh
function check_qemu_exist {