chore: update some linux packages
This commit is contained in:
parent
b53b111133
commit
ab9ba9b95e
9 changed files with 13 additions and 4 deletions
|
@ -2,6 +2,7 @@ arch/full
|
||||||
flash
|
flash
|
||||||
game
|
game
|
||||||
|
|
||||||
|
context
|
||||||
osm
|
osm
|
||||||
zulip
|
zulip
|
||||||
signal
|
signal
|
||||||
|
|
|
@ -3,3 +3,4 @@ audacity
|
||||||
ffmpeg
|
ffmpeg
|
||||||
mp3tag
|
mp3tag
|
||||||
r128gain
|
r128gain
|
||||||
|
keyfinder
|
||||||
|
|
8
packages/caddy/apt
Normal file → Executable file
8
packages/caddy/apt
Normal file → Executable 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
1
packages/keyfinder/aur
Normal file
|
@ -0,0 +1 @@
|
||||||
|
keyfinder-cli-git
|
1
packages/nginx/apt
Executable file
1
packages/nginx/apt
Executable file
|
@ -0,0 +1 @@
|
||||||
|
sudo apt install snapd nginx && snap install certbot
|
|
@ -1 +1,2 @@
|
||||||
texlive-bin
|
texlive-latexrecommended
|
||||||
|
texlive-binextra
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
texlive-core
|
|
||||||
context-modules
|
|
0
packages/ultradefrag/binary
Normal file → Executable file
0
packages/ultradefrag/binary
Normal file → Executable file
0
packages/ultradefrag/linux
Normal file → Executable file
0
packages/ultradefrag/linux
Normal file → Executable file
Loading…
Add table
Reference in a new issue