Update main.sh
This commit is contained in:
parent
19c6690819
commit
a862203d67
5
main.sh
5
main.sh
@ -3,6 +3,9 @@ mkdir -p pika-drivers
|
|||||||
cp -rvf ./* ./pika-drivers/
|
cp -rvf ./* ./pika-drivers/
|
||||||
cd ./pika-drivers/
|
cd ./pika-drivers/
|
||||||
|
|
||||||
|
# Dead PikaOS3 Release Quirk?
|
||||||
|
apt-get install libglib2.0-0=2.78.0-2 libglib2.0-bin=2.78.0-2 libglib2.0-dev-bin=2.78.0-2 -y --allow-downgrades
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
apt-get install curl -y
|
apt-get install curl -y
|
||||||
@ -14,4 +17,4 @@ dpkg-buildpackage --no-sign
|
|||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
cd ../
|
cd ../
|
||||||
mkdir -p ./output
|
mkdir -p ./output
|
||||||
mv ./*.deb ./output/
|
mv ./*.deb ./output/
|
||||||
|
Loading…
Reference in New Issue
Block a user