This commit is contained in:
Ward Nakchbandi 2023-02-24 17:29:38 +03:00
parent d26533e44a
commit 62d2ec3cc4
2 changed files with 3 additions and 3 deletions

View File

@ -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
run: ./release.sh

View File

@ -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