Skip to content

Commit

Permalink
Update altaera-auto-update_available.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
latestissue authored May 11, 2024
1 parent c64c2e4 commit a9d5a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/altaera-auto-update_available.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ response=$?
case $response in
0) bash 'AltaeraAI/altaera_pre-update.sh';;

1) bash '/data/data/com.termux/files/home/AltaeraAI/altaera.sh';;
1) bash '/data/data/com.termux/files/home/AltaeraAI/altaera_no-check.sh';;

255) bash '/data/data/com.termux/files/home/AltaeraAI/altaera.sh';;
255) bash '/data/data/com.termux/files/home/AltaeraAI/altaera_no-check.sh';;
esac

0 comments on commit a9d5a54

Please sign in to comment.