fix main.sh
This commit is contained in:
parent
2681faff60
commit
22fdea7199
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install needed packages
|
||||
run: apt update && apt install sudo 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
|
||||
run: apt update && apt install software-properties-common sudo 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
|
||||
|
8
main.sh
8
main.sh
@ -1,15 +1,15 @@
|
||||
# Add dependent repositories
|
||||
wget -q -O - https://ppa.pika-os.com/key.gpg | sudo apt-key add -
|
||||
sudo add-apt-repository https://ppa.pika-os.com
|
||||
sudo add-apt-repository ppa:pikaos/pika
|
||||
sudo add-apt-repository ppa:kubuntu-ppa/backports
|
||||
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://github.com/lassekongo83/adw-gtk3
|
||||
cp -rvf ./debian ./adw-gtk3/
|
||||
cd ./adw-gtk3
|
||||
|
||||
# Get build deps
|
||||
sudo apt-get build-dep ./
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
# Build binaries
|
||||
echo -ne 'y' | debuild -us -uc
|
||||
|
Loading…
Reference in New Issue
Block a user