We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b51bb96 + 59dc012 commit ba59751Copy full SHA for ba59751
setup.sh
@@ -11,7 +11,7 @@ get_latest_gh_release() {
11
12
# Update & install OS base dependencies
13
buildDeps="base-devel freetype2 oniguruma wget mesa file zsync appstream xorg-server-xvfb patchelf binutils strace git jq"
14
-ghosttyDeps="gtk4 libadwaita blueprint-compiler"
+ghosttyDeps="gtk4 libadwaita blueprint-compiler gtk4-layer-shell"
15
pacman -Syuq --needed --noconfirm --noprogressbar ${buildDeps} ${ghosttyDeps}
16
17
export ARCH="$(uname -m)"
0 commit comments