A linux build for the newest beef nightly
Find a file
2025-06-02 11:26:24 +02:00
.forgejo/workflows Fix the "runs-on" field 2025-05-09 20:32:57 +02:00
install-nosudo.sh Update install-nosudo.sh 2024-10-16 20:09:19 +02:00
install.sh Update install.sh 2024-09-14 02:22:20 +02:00
README.md Update README.md 2025-06-02 11:26:24 +02:00

BeefBuild

This repository builds the newest nightly version of Beef everyday and bundles it into a .deb package.

Installation

  • Install llvm19 on your system
//! This might not be necessary, if your distro packages llvm 19 itself
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 19