Keep the package lists sorted
This commit is contained in:
parent
01108a3b69
commit
892adce854
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#! /usr/bin/bash
|
#! /usr/bin/bash
|
||||||
|
|
||||||
DEB_PKGS=(
|
DEB_PKGS=(
|
||||||
|
# keep-sorted start
|
||||||
age
|
age
|
||||||
alsa-utils
|
alsa-utils
|
||||||
audacity
|
audacity
|
||||||
|
|
@ -78,13 +79,18 @@ DEB_PKGS=(
|
||||||
xournalpp
|
xournalpp
|
||||||
yt-dlp
|
yt-dlp
|
||||||
zip
|
zip
|
||||||
|
# keep-sorted end
|
||||||
)
|
)
|
||||||
META_PKGS=(
|
META_PKGS=(
|
||||||
|
# keep-sorted start
|
||||||
fonts-noto
|
fonts-noto
|
||||||
|
# keep-sorted end
|
||||||
)
|
)
|
||||||
|
|
||||||
PIPX_PKGS=(
|
PIPX_PKGS=(
|
||||||
|
# keep-sorted start
|
||||||
ruff-lsp
|
ruff-lsp
|
||||||
|
# keep-sorted end
|
||||||
)
|
)
|
||||||
|
|
||||||
sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes "${DEB_PKGS[@]}"
|
sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes "${DEB_PKGS[@]}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue