File tree 1 file changed +3
-7
lines changed 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
60
60
run_cmd " apt-get clean"
61
61
62
62
# 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"
66
64
67
65
# create user
68
- udroid-adduser -u udroid -p secret
66
+ run_cmd " udroid-adduser -u udroid -p secret"
69
67
70
68
# 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"
74
70
75
71
}
76
72
You can’t perform that action at this time.
0 commit comments