File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,15 @@ run_cmd "apt-get install --no-install-recommends -y apt-transport-https tigervnc
60
60
run_cmd " apt-get clean"
61
61
62
62
# clone & install udroid-tools
63
- run_cmd " git clone https://github.com/RandomCoderOrg/udroid-extra-tool-proot; cd udroid-extra-tool-proot; ./install.sh"
63
+ run_cmd " git clone https://github.com/RandomCoderOrg/udroid-extra-tool-proot"
64
+ do_chroot_ae $chroot_dir /bin/sh -c " cd udroid-extra-tool-proot ; bash install.sh"
64
65
65
66
# create user
66
67
run_cmd " udroid-adduser -u udroid -p secret"
67
68
68
69
# try to install themes
69
- run_cmd " git clone https://github.com/RandomCoderOrg/udroid-xfce4-conf; cd udroid-xfce4-conf ;bash install.sh"
70
+ run_cmd " git clone https://github.com/RandomCoderOrg/udroid-xfce4-conf"
71
+ do_chroot_ae $chroot_dir /bin/sh -c " cd udroid-xfce4-conf ;bash install.sh"
70
72
71
73
}
72
74
You can’t perform that action at this time.
0 commit comments