ub4tg/updater_helper.sh
2025-01-04 13:50:50 +03:00

5 lines
199 B
Bash
Executable file

#!/bin/sh
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'