ub4tg/updater_helper.sh

6 lines
199 B
Bash
Raw Normal View History

2025-01-04 12:50:50 +02:00
#!/bin/sh
2025-01-04 11:23:30 +02:00
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'