many improvements

This commit is contained in:
Guilherme Silva
2026-07-17 19:31:05 -03:00
parent 133c6e0863
commit ab7a180f9f
13 changed files with 182 additions and 68 deletions

View File

@@ -16,7 +16,7 @@ packages:
- vim
- wget
- libreoffice
- java-1.8.0-openjdk
- jdk1.8
- google-noto-fonts-common.noarch
- fontawesome-fonts.noarch
- google-noto-sans-cjk-ttc-fonts.noarch
@@ -26,9 +26,5 @@ runcmd:
- [ sed, -i, 's/^SELINUX.*/SELINUX=disabled/', /etc/selinux/config]
- [setenforce, 0]
- [localectl, set-locale, LANG=pt_BR.ISO-8859-1]
- [nmcli, conn, modify, "System enp0s5", ipv6.method, disabled]
- [nmcli, conn, modify, "Wired Connection", ipv6.method, disabled]
- [nmcli, conn, up, "Wired Connection"]
- [systemctl, restart, NetworkManager]
final_message: "Jod Instance ready after $UPTIME seconds"