port to pika os 4
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 48s
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 48s
This commit is contained in:
parent
ebcf91daea
commit
095cfc4377
2
.github/release-canary-v3
vendored
2
.github/release-canary-v3
vendored
@ -1 +1 @@
|
|||||||
4
|
5
|
||||||
|
2
main.sh
2
main.sh
@ -16,7 +16,7 @@ cd ./goverlay
|
|||||||
# Get build deps
|
# Get build deps
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
# temp lib
|
# temp lib
|
||||||
if $(cat ../.github/release-canary-v3) == "4"
|
if [[ $(cat ../.github/release-canary-v3) == "5" ]]
|
||||||
then
|
then
|
||||||
wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.8/libqt6pas6-dev_6.2.8-1_amd64.deb -O ./libqt6pas6-dev.deb
|
wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.8/libqt6pas6-dev_6.2.8-1_amd64.deb -O ./libqt6pas6-dev.deb
|
||||||
wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.8/libqt6pas6_6.2.8-1_amd64.deb -O ./libqt6pas6.deb
|
wget https://github.com/davidbannon/libqt6pas/releases/download/v6.2.8/libqt6pas6_6.2.8-1_amd64.deb -O ./libqt6pas6.deb
|
||||||
|
Loading…
Reference in New Issue
Block a user