File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -60,17 +60,13 @@ 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- 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
You can’t perform that action at this time.
0 commit comments