Skip to content

Commit 33f09cd

Browse files
Merge pull request #18 from RandomCoderOrg/7-add-useradd-option
fix permissions and change version
2 parents df5df20 + 44dca3d commit 33f09cd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bash/adduser.sh

100644100755
File mode changed.

utils/upgrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from utils.funs import *
33

4-
CURRENT_VERSION = "v0.5"
4+
CURRENT_VERSION = "v0.7"
55
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()
66

77
def isold():

0 commit comments

Comments
 (0)