generated from general-packages/pika-pkg-template
Update main.sh
This commit is contained in:
parent
d621bd75f7
commit
6b3adc6517
3
main.sh
3
main.sh
@ -7,6 +7,7 @@ set -e
|
|||||||
# Set the makedeb release you want.
|
# Set the makedeb release you want.
|
||||||
export MAKEDEB_RELEASE='makedeb'
|
export MAKEDEB_RELEASE='makedeb'
|
||||||
export makedeb_url='makedeb.org'
|
export makedeb_url='makedeb.org'
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
apt-get install wget dotnet-sdk-8.0 -y
|
apt-get install wget dotnet-sdk-8.0 -y
|
||||||
|
|
||||||
@ -22,7 +23,7 @@ echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
|||||||
git clone 'https://mpr.makedeb.org/xivlauncher-rb'
|
git clone 'https://mpr.makedeb.org/xivlauncher-rb'
|
||||||
chmod -R 777 ./xivlauncher-rb/
|
chmod -R 777 ./xivlauncher-rb/
|
||||||
cd xivlauncher-rb/
|
cd xivlauncher-rb/
|
||||||
su build -s /usr/bin/bash -p -c 'makedeb -s'
|
su build -s /usr/bin/bash -p -c 'makedeb -s -y'
|
||||||
|
|
||||||
mkdir -p ../output
|
mkdir -p ../output
|
||||||
mv ./*.deb ../output/
|
mv ./*.deb ../output/
|
||||||
|
Loading…
Reference in New Issue
Block a user