From 16ebe73e4f938d2d257174f11e659bb8d3dd0bee Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 2 Jun 2025 21:02:07 +0200 Subject: [PATCH] Be brief --- boot.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/boot.sh b/boot.sh index 61d22e3..f7c4deb 100644 --- a/boot.sh +++ b/boot.sh @@ -9,8 +9,6 @@ ascii_art=' ▄██████▄ ▄▄▄▄███▄▄▄▄ ███ ███ ' echo -e "$ascii_art" -echo "=> Omarchy is for fresh Arch installations only!" -echo -e "\nBegin installation (or abort with ctrl+c)..." sudo pacman -Sy --noconfirm --needed git >/dev/null