mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 03:36:36 +08:00
4 lines
151 B
Bash
Executable File
4 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
export DEBIAN_FRONTEND=noninteractive # 防止卡 tzdate
|
|
brew install libffi gettext glib pkg-config autoconf automake pixman ninja
|
|
exit 0 |