summaryrefslogtreecommitdiff
path: root/others/vm3/.config/init
diff options
context:
space:
mode:
Diffstat (limited to 'others/vm3/.config/init')
-rwxr-xr-xothers/vm3/.config/init/install_packages.sh12
-rwxr-xr-xothers/vm3/.config/init/make_rootkey.sh4
2 files changed, 0 insertions, 16 deletions
diff --git a/others/vm3/.config/init/install_packages.sh b/others/vm3/.config/init/install_packages.sh
deleted file mode 100755
index d5ca81f..0000000
--- a/others/vm3/.config/init/install_packages.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-#install packages
-packages=("nc" "htop" "wireguard-tools" "bind-utils" "tmux" "net-tools" "curl" "mlocate" "dnsmasq" "qemu-kvm" "libvirt" "libvirt-daemon-kvm" "virt-install" "virt-manager" "genisoimage" "bc")
-
-for package in "${packages[@]}"; do
- if ! rpm -q "$package" &> /dev/null; then
- sudo dnf install -y "$package"
- fi
-done
-
-sudo systemctl enable --now libvirtd
diff --git a/others/vm3/.config/init/make_rootkey.sh b/others/vm3/.config/init/make_rootkey.sh
deleted file mode 100755
index f725985..0000000
--- a/others/vm3/.config/init/make_rootkey.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-sudo mkdir -p /root/k
-ssh-keygen -t ed25519 -f /root/k/k1 -N ""