Skip to content

Commit

Permalink
Update termux-box
Browse files Browse the repository at this point in the history
  • Loading branch information
klark231 authored Aug 24, 2023
1 parent df2134b commit d64e3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/termux-box
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d64e3d8

Please sign in to comment.