From 40d01af9454f40e54d85c0548d495c634f41a7bd Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Sat, 8 Feb 2025 21:04:45 +0100 Subject: [PATCH] Fixes --- action.yaml | 4 +--- install.sh | 6 ++++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/action.yaml b/action.yaml index 7a337eb..01aed3e 100644 --- a/action.yaml +++ b/action.yaml @@ -4,8 +4,6 @@ description: "Set up the latest Beef nightly and add BeefBuild to the PATH." author: "Booklordofthedings" inputs: outputs: - cache-hit: - description: "A boolean value to indicate a cache entry was found" beef-path: description: "The absolute path to the BeefBuild executable." runs: @@ -15,4 +13,4 @@ runs: shell: bash branding: icon: 'code' - color: 'yellow' \ No newline at end of file + color: 'yellow' diff --git a/install.sh b/install.sh index eb9ac34..c5f68d6 100755 --- a/install.sh +++ b/install.sh @@ -2,5 +2,7 @@ wget https://apt.llvm.org/llvm.sh chmod +x llvm.sh ./llvm.sh 18 -wget https://code.booklordofthe.dev/Extern/-/packages/debian/beefbuild/0.43.5.65/files/246 -dpkg -i 246 \ No newline at end of file +sudo 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" | sudo tee -a /etc/apt/sources.list.d/forgejo.list +sudo apt update +sudo apt install beefbuild