Initial commit.
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2024-05-04 13:18:37 +05:00
commit 8b945c8f90
16 changed files with 273 additions and 0 deletions

4
scripts/workers/debian.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
apt update && apt upgrade -y
apt install -y build-essential curl file git make