More attempted test fixes
This commit is contained in:
parent
2f01e33ec9
commit
8a21cb8f2b
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ apt -y install lsb-release wget software-properties-common gnupg
|
|||
wget https://apt.llvm.org/llvm.sh
|
||||
chmod +x llvm.sh
|
||||
./llvm.sh 18
|
||||
mkdir /etc/apt/keyrings
|
||||
curl https://code.booklordofthe.dev/api/packages/Extern/debian/repository.key -o /etc/apt/keyrings/forgejo-Extern.asc
|
||||
echo "deb [signed-by=/etc/apt/keyrings/forgejo-Extern.asc] https://code.booklordofthe.dev/api/packages/Extern/debian bookworm main" | tee -a /etc/apt/sources.list.d/forgejo.list
|
||||
apt update
|
||||
|
|
Loading…
Add table
Reference in a new issue