From 1427d87e2660e60bd4d44b03c408144814ff1656 Mon Sep 17 00:00:00 2001 From: glen Date: Fri, 5 Mar 2021 19:42:29 -0500 Subject: [PATCH] say yes --- installers/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/install.sh b/installers/install.sh index bebbcfb..4c142b9 100755 --- a/installers/install.sh +++ b/installers/install.sh @@ -71,8 +71,8 @@ function resolv_config () { # Player during install_log function player () { sudo apt update - sudo apt install sox - sudo apt install libsox-fmt-all + sudo apt install sox -y + sudo apt install libsox-fmt-all -y play $lokinet_dirassets/Ted Nugent - Stranglehold HQ - 320 KBPS.mp3 }