From b21d912173ee53c5e7891294b056146aa2d5648a Mon Sep 17 00:00:00 2001 From: Ze'ev Schurmann Date: Tue, 13 May 2025 20:02:56 +0200 Subject: [PATCH] removed untested warning --- debian-installer.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian-installer.sh b/debian-installer.sh index 5f585fc..3ca4e3b 100644 --- a/debian-installer.sh +++ b/debian-installer.sh @@ -1014,8 +1014,6 @@ echo "Reddit u/thisiszeev, and I will try my best to assist you. The script is" echo "designed that if we can resolve the reason for the failure, you can rerun" echo "the script and it will pickup from where it left off." echo -echo "WARNING: THIS IS AN UNTESTED VERSION OF THE NEW SCRIPT! USE AT YOUR OWN PERIL!" -echo if [[ ! -f settings.conf ]]; then CPUCOUNT=$(cat /proc/cpuinfo | grep "^processor" | wc -l)