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