8 lines
171 B
Bash
Executable File
8 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
|
|
apt update && apt upgrade -y
|
|
apt install -y build-essential curl file git make
|
|
|
|
# Fyne dependencies.
|
|
apt install -y libgl1-mesa-dev xorg-dev libxkbcommon-dev
|