6 lines
201 B
Bash
6 lines
201 B
Bash
|
#!/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'
|