mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:16 +00:00
add --no-install-recommends
This commit is contained in:
parent
59f4958ffb
commit
b6c457a2e3
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ else
|
|||
echo "deb [signed-by=/etc/apt/keyrings/debian-archive-key-12.asc] http://deb.debian.org/debian bookworm main" | sudo tee /etc/apt/sources.list.d/debian-bookworm.list
|
||||
echo -e "Package: *\nPin: release a=bookworm\nPin-Priority: 100" | sudo tee /etc/apt/preferences.d/debian-bookworm
|
||||
apt-get update
|
||||
apt install -y chromium
|
||||
apt install -y chromium --no-install-recommends
|
||||
|
||||
# Cleanup debian bookworm repos
|
||||
rm /etc/apt/sources.list.d/debian-bookworm.list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue