xivlauncher-rb/main.sh
2024-10-20 19:26:53 +02:00

23 lines
444 B
Bash
Executable File

#! /bin/bash
set -e
. ./pika-build-config.sh
# Set the makedeb release you want.
export MAKEDEB_RELEASE='makedeb'
export TERM='dumb'
apt-get install wget dotnet-sdk-8.0 -y
# Run the install script. Note that it's `bash -c` and not `bash -ci` now.
bash -c "$(wget -qO - 'https://shlink.makedeb.org/install')"
git clone 'https://mpr.makedeb.org/xivlauncher-rb'
cd xivlauncher-rb/
makedeb -s
mkdir -p ../output
mv ./*.deb ../output/
cd ../