Skip to content

Commit 0631f62

Browse files
Update xfce4.sh
1 parent d3964d4 commit 0631f62

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

suites/impish/xfce4.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,15 @@ run_cmd "apt-get install --no-install-recommends -y apt-transport-https tigervnc
6060
run_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
6667
run_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

0 commit comments

Comments
 (0)