chore: update some linux packages

This commit is contained in:
xeruf 2023-08-04 17:28:39 +02:00
parent b53b111133
commit ab9ba9b95e
9 changed files with 13 additions and 4 deletions

View File

@ -2,6 +2,7 @@ arch/full
flash flash
game game
context
osm osm
zulip zulip
signal signal

View File

@ -3,3 +3,4 @@ audacity
ffmpeg ffmpeg
mp3tag mp3tag
r128gain r128gain
keyfinder

8
packages/caddy/apt Normal file → Executable file
View File

@ -1 +1,7 @@
#!/bin/sh
# https://caddyserver.com/docs/install#debian-ubuntu-raspbian
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo tee /etc/apt/trusted.gpg.d/caddy-stable.asc
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
sudo apt update
sudo apt install caddy

1
packages/keyfinder/aur Normal file
View File

@ -0,0 +1 @@
keyfinder-cli-git

1
packages/nginx/apt Executable file
View File

@ -0,0 +1 @@
sudo apt install snapd nginx && snap install certbot

View File

@ -1 +1,2 @@
texlive-bin texlive-latexrecommended
texlive-binextra

View File

@ -1,2 +0,0 @@
texlive-core
context-modules

0
packages/ultradefrag/binary Normal file → Executable file
View File

0
packages/ultradefrag/linux Normal file → Executable file
View File