Browse Source

minor change to screen output

pull/254/merge
Daniel Gibbs 11 years ago
parent
commit
d06b71a6d4
  1. 6
      functions/fn_glibcfix

6
functions/fn_glibcfix

@ -5,9 +5,6 @@
# Version: 231114 # Version: 231114
fn_glibcfixmsg(){ fn_glibcfixmsg(){
echo "Detected ${gamename}"
sleep 1
echo ""
echo "GLIBC Fix required" echo "GLIBC Fix required"
echo "============================" echo "============================"
sleep 1 sleep 1
@ -22,8 +19,7 @@ echo "The installer will now detect and download the required files to allow ${g
echo "note: This will NOT upgrade GLIBC on your system." echo "note: This will NOT upgrade GLIBC on your system."
sleep 1 sleep 1
echo "" echo ""
echo "Downloading Required files" echo "loading required files..."
echo "================================="
sleep 1 sleep 1
} }

Loading…
Cancel
Save