Skip to content

Commit d3964d4

Browse files
try to fix issues with command exec
1 parent 10fc0ff commit d3964d4

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

suites/impish/xfce4.sh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,13 @@ 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-
git clone https://github.com/RandomCoderOrg/udroid-extra-tool-proot
64-
cd udroid-extra-tool-proot || exit 2
65-
./install.sh
63+
run_cmd "git clone https://github.com/RandomCoderOrg/udroid-extra-tool-proot; cd udroid-extra-tool-proot; ./install.sh"
6664

6765
# create user
68-
udroid-adduser -u udroid -p secret
66+
run_cmd "udroid-adduser -u udroid -p secret"
6967

7068
# try to install themes
71-
git clone https://github.com/RandomCoderOrg/udroid-xfce4-conf
72-
cd udroid-xfce4-conf || exit 2
73-
bash install.sh
69+
run_cmd "git clone https://github.com/RandomCoderOrg/udroid-xfce4-conf; cd udroid-xfce4-conf ;bash install.sh"
7470

7571
}
7672

0 commit comments

Comments
 (0)