8 lines
171 B
Bash
Raw Normal View History

2024-05-04 13:18:37 +05:00
#!/bin/bash
apt update && apt upgrade -y
apt install -y build-essential curl file git make
2025-09-11 02:32:26 +05:00
# Fyne dependencies.
apt install -y libgl1-mesa-dev xorg-dev libxkbcommon-dev