Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
latestissue authored Aug 2, 2024
1 parent 71dc9f7 commit ae6cf9b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,34 @@ echo "Before we install...
" | sed -e :a -e "s/^.\{1,$(tput cols)\}$/ & /;ta" | tr -d '\n' | head -c $(tput cols);

echo "________________________________________________________________
" | sed -e :a -e "s/^.\{1,$(tput cols)\}$/ & /;ta" | tr -d '\n' | head -c $(tput cols);

echo "
Notice: AltaeraAI periodically undergoes heavy changes that can disrupt the installation process. If this disruption occurs, please try the installation a little later.
echo "________________________________________________________________
" | sed -e :a -e "s/^.\{1,$(tput cols)\}$/ & /;ta" | tr -d '\n' | head -c $(tput cols);
"

echo "[If you wish to stop the installation, press 'Ctrl+D']
" | sed -e :a -e "s/^.\{1,$(tput cols)\}$/ & /;ta" | tr -d '\n' | head -c $(tput cols);

echo "
~~~~~~~~~~~~~~~~~~~~~~~~~~
Beginning installation in:
~~~~~~~~~~~~~~~~~~~~~~~~~~
"

echo "
6...
" | sed -e :a -e "s/^.\{1,$(tput cols)\}$/ & /;ta" | tr -d '\n' | head -c $(tput cols);
sleep 1
echo "
5...
" | sed -e :a -e "s/^.\{1,$(tput cols)\}$/ & /;ta" | tr -d '\n' | head -c $(tput cols);
sleep 1
echo "
5...
" | sed -e :a -e "s/^.\{1,$(tput cols)\}$/ & /;ta" | tr -d '\n' | head -c $(tput cols);
Expand Down

0 comments on commit ae6cf9b

Please sign in to comment.