Updated, added scripts

This commit is contained in:
2025-05-21 13:24:09 +02:00
parent ff3384b4d8
commit 535e7b0635
4 changed files with 20 additions and 0 deletions

4
alpine.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
cd /etc/apk/keys && curl -JO https://git.cloudyne.io/api/packages/linux/alpine/key && \
echo 'https://git.cloudyne.io/api/packages/linux/alpine/all/repository' >> /etc/apk/repositories && \
apk update