toolbox/scripts/workers/debian.sh

5 lines
92 B
Bash

#!/bin/bash
apt update && apt upgrade -y
apt install -y build-essential curl file git make