From e2a944f28ee058c7411c815955bdd27a4ef65d11 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" Date: Tue, 27 Jun 2023 00:31:01 +0300 Subject: [PATCH] initial push --- main.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.sh b/main.sh index 8a11480..f4dba99 100755 --- a/main.sh +++ b/main.sh @@ -1,5 +1,7 @@ DEBIAN_FRONTEND=noninteractive +apt install gnome-pkg-tools + # Clone Upstream git clone https://gitlab.gnome.org/GNOME/gnome-shell -b 44.2 gnome-shell-vrr cp -rvf ./debian ./gnome-shell-vrr