Skip to content

Commit 10fc0ff

Browse files
fix issue package installation
1 parent 1c1081b commit 10fc0ff

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

suites/impish/xfce4.sh

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,10 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5454
# deb-src $MIRROR $SUITE-backports main restricted universe multiverse
5555
EOF
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
6763
git clone https://github.com/RandomCoderOrg/udroid-extra-tool-proot

0 commit comments

Comments
 (0)