From c9a07e1dfd69bbe12114bce00c15ed56fd725fc8 Mon Sep 17 00:00:00 2001 From: axtloss Date: Tue, 14 Mar 2023 17:52:52 +0000 Subject: [PATCH] Preinstall dnsmasq for hotspot creation --- src/functions/base.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions/base.rs b/src/functions/base.rs index 6b384a0..f6b612b 100755 --- a/src/functions/base.rs +++ b/src/functions/base.rs @@ -66,6 +66,7 @@ pub fn install_base_packages(kernel: String) { "bash-completion", "zsh-completions", "ttf-liberation", + "dnsmasq", ]); files::copy_file("/etc/pacman.conf", "/mnt/etc/pacman.conf");