ub4tg/updater_helper.sh
2025-01-04 12:23:30 +03:00

5 lines
201 B
Bash
Executable file

#!/bin/bash
termux-notification-remove ub4tgupd
cd $1
git pull && termux-toast -b black -c green 'ub4tg updated, now restart it for apply update' || termux-toast -b black -c red 'ub4tg update failed'