File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,10 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5454# deb-src $MIRROR $SUITE -backports main restricted universe multiverse
5555EOF
5656
57- apt install --no-install-recommends -y \
58- apt-transport-https \
59- ca-certificates \
60- curl \
61- gnupg-agent \
62- software-properties-common \
63- xubuntu-desktop \
64- git
57+ # use fs-cook run_cmd to add extra --no-install-recommends option
58+ run_cmd " apt-get update"
59+ run_cmd " apt-get install --no-install-recommends -y apt-transport-https tigervnc-common tigervnc-xorg-extension tigervnc-standalone-server ca-certificates curl gnupg-agent software-properties-common xubuntu-desktop git"
60+ run_cmd " apt-get clean"
6561
6662# clone & install udroid-tools
6763git clone https://github.com/RandomCoderOrg/udroid-extra-tool-proot
You can’t perform that action at this time.
0 commit comments