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
6060run_cmd " apt-get clean"
6161
6262# 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"
6465
6566# create user
6667run_cmd " udroid-adduser -u udroid -p secret"
6768
6869# 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"
7072
7173}
7274
You can’t perform that action at this time.
0 commit comments