Added wg and vim

This commit is contained in:
Super User 2026-02-25 00:10:57 +00:00
parent e4d5c4ff0d
commit fee4d664f2
2 changed files with 6 additions and 0 deletions

3
install-vim.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
dnf install -y vim

3
install-wireguard.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
dnf install -y wireguard-tools