mirror of
https://gitlab.com/prism7/archery.git
synced 2026-04-28 01:17:35 +02:00
Add: Clear the console before continuing
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Amelia Installer
|
||||
# Source: https://gitlab.com/prism7/archery
|
||||
# Version: 9.4.1
|
||||
# Version: 9.4.2
|
||||
|
||||
set -euo pipefail
|
||||
###################################################################################################
|
||||
@@ -7376,6 +7376,7 @@ CUSTOMSERV
|
||||
|
||||
${bwhite}Press any key to start${nc} "
|
||||
read -r -s -n 1
|
||||
clear
|
||||
set_font
|
||||
arch
|
||||
uefi_check
|
||||
|
||||
Reference in New Issue
Block a user