From 41ae308e431ac94c826d2e0577eff5ab66665985 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Tue, 25 Apr 2023 01:22:36 +0300 Subject: [PATCH] Update main.sh --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index be6e156..b6f105e 100755 --- a/main.sh +++ b/main.sh @@ -4,7 +4,7 @@ add-apt-repository https://ppa.pika-os.com add-apt-repository ppa:pikaos/pika add-apt-repository ppa:kubuntu-ppa/backports # Clone Upstream -git clone https://gitlab.com/asus-linux/supergfxctl -b 5.0.1 +git clone https://gitlab.com/asus-linux/supergfxctl -b 5.1.0 cp -rvf ./debian ./supergfxctl cd ./supergfxctl @@ -12,7 +12,7 @@ cd ./supergfxctl apt-get build-dep ./ -y # Build package -LOGNAME=root dh_make --createorig -y -l -p supergfxctl_5.0.1 +LOGNAME=root dh_make --createorig -y -l -p supergfxctl_5.1.0 dpkg-buildpackage # Move the debs to output