We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df5df20 + 44dca3d commit 33f09cdCopy full SHA for 33f09cd
bash/adduser.sh
100644
100755
utils/upgrade.py
@@ -1,7 +1,7 @@
1
import os
2
from utils.funs import *
3
4
-CURRENT_VERSION = "v0.5"
+CURRENT_VERSION = "v0.7"
5
REMOTE_VERISON = os.popen("git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' https://github.com/RandomCoderOrg/udroid-extra-tool-proot | tail -n1 | cut -d \"/\" -f 3").read().strip()
6
7
def isold():
0 commit comments