From 62d2ec3cc45451dc3be0d11a036599ca763df431 Mon Sep 17 00:00:00 2001 From: Ward Nakchbandi Date: Fri, 24 Feb 2023 17:29:38 +0300 Subject: [PATCH] fix git --- .github/workflows/release.yml | 4 ++-- main.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4a9ec2..05c7341 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - name: Install needed packages - run: apt update && apt install bc gpg gpg-agent bison build-essential ccache cpio fakeroot flex git kmod libelf-dev libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar reprepro dpkg-sig devscripts -y + run: apt update && apt install git bc gpg gpg-agent bison build-essential ccache cpio fakeroot flex git kmod libelf-dev libncurses5-dev libssl-dev lz4 qtbase5-dev rsync schedtool wget zstd tar reprepro dpkg-sig devscripts -y - name: Import GPG key id: import_gpg @@ -37,4 +37,4 @@ jobs: run: ./main.sh - name: Release Package - run: ./release.sh \ No newline at end of file + run: ./release.sh diff --git a/main.sh b/main.sh index af5feb4..b6253ad 100755 --- a/main.sh +++ b/main.sh @@ -4,7 +4,7 @@ sudo add-apt-repository https://ppa.pika-os.com sudo add-apt-repository ppa:pikaos/pika sudo add-apt-repository ppa:kubuntu-ppa/backports # Clone Upstream -https://github.com/lassekongo83/adw-gtk3 +git clone https://github.com/lassekongo83/adw-gtk3 cp -rvf ./debian ./adw-gtk3/ cd ./adw-gtk3