From d64e3d8ae852a8e4739b482c4020aba9f7122287 Mon Sep 17 00:00:00 2001 From: klark231 Date: Thu, 24 Aug 2023 22:57:03 +0800 Subject: [PATCH] Update termux-box --- scripts/termux-box | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/termux-box b/scripts/termux-box index 7e83ec9..f878a39 100644 --- a/scripts/termux-box +++ b/scripts/termux-box @@ -43,7 +43,7 @@ else echo -n "A new patch is available! Do you want to install it? (Y/n) " read sel if [ "$sel" = "Y" ] || [ "$sel" = "y" ]; then - curl -s -o ~/y https://raw.githubusercontent.com/olegos2/termux-box/main/scripts/patch + curl -s -o ~/y https://raw.githubusercontent.com/klark231/termux-box/main/scripts/patch chmod +x ~/y ~/y echo "$latestupdate">~/termux-box/update-timestamp