Avoid installing non-dependency packages
This commit is contained in:
parent
c6f0f4d1c7
commit
4466ae60fe
2 changed files with 2 additions and 2 deletions
|
|
@ -42,4 +42,4 @@ xournalpp \
|
||||||
yt-dlp \
|
yt-dlp \
|
||||||
"
|
"
|
||||||
|
|
||||||
sudo DEBIAN_FRONTEND=noninteractive apt-get install --yes ${DEB_PKGS}
|
sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes ${DEB_PKGS}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/sh
|
#! /usr/bin/sh
|
||||||
|
|
||||||
curl --location --output-dir /tmp --remote-name https://zoom.us/client/latest/zoom_amd64.deb
|
curl --location --output-dir /tmp --remote-name https://zoom.us/client/latest/zoom_amd64.deb
|
||||||
sudo apt-get install --yes /tmp/zoom_amd64.deb
|
sudo apt-get install --no-install-recommends --yes /tmp/zoom_amd64.deb
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue