Skip to content

Commit

Permalink
visual fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
latestissue authored Aug 28, 2024
1 parent 9a040a0 commit 328ab03
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/altaera-proot/altaera-fix_core_files-fast.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo "Fixing AltaeraAI core files...
echo "Installing KoboldCpp...
" | sed -e :a -e "s/^.\{1,$(tput cols)\}$/ & /;ta" | tr -d '\n' | head -c $(tput cols);

Expand Down
2 changes: 1 addition & 1 deletion scripts/altaera-proot/altaera-fix_core_files-slow.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo "Fixing AltaeraAI core files...
echo "Compiling KoboldCpp...
" | sed -e :a -e "s/^.\{1,$(tput cols)\}$/ & /;ta" | tr -d '\n' | head -c $(tput cols);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo "Updating AltaeraAI core files...
echo "Compiling KoboldCpp...
" | sed -e :a -e "s/^.\{1,$(tput cols)\}$/ & /;ta" | tr -d '\n' | head -c $(tput cols);

Expand Down
4 changes: 2 additions & 2 deletions scripts/altaera-proot/altaera-fixed_successfully.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

dialog --backtitle "AltaeraAI" \
--title "AltaeraAI - Fix" \
--msgbox 'AltaeraAI core files have been fixed succesfully!
--title "AltaeraAI - Installing KoboldCpp" \
--msgbox 'KoboldCpp has been installed successfully!
' 25 40

exit
Expand Down

0 comments on commit 328ab03

Please sign in to comment.