mirror of
https://github.com/relativemodder/aegnux.git
synced 2026-03-22 08:28:45 +05:00
Yeah, bundling the entire terminal emulator for flatpak builds lol
This commit is contained in:
15
prepare.sh
15
prepare.sh
@@ -1,12 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Yeah, bundling the entire terminal emulator for flatpak builds lol
|
||||||
# Download Kitty Binary
|
if [ -d /app ]; then
|
||||||
echo Downloading Kitty Binary...
|
# Download Kitty Binary
|
||||||
curl -LO https://github.com/kovidgoyal/kitty/releases/download/v0.43.1/kitty-0.43.1-x86_64.txz
|
echo Downloading Kitty Binary...
|
||||||
mkdir -p ./bin/kitty && tar Jxf kitty-0.43.1-x86_64.txz --strip-components=0 -C ./bin/kitty
|
curl -LO https://github.com/kovidgoyal/kitty/releases/download/v0.43.1/kitty-0.43.1-x86_64.txz
|
||||||
rm kitty-0.43.1-x86_64.txz
|
mkdir -p ./bin/kitty && tar Jxf kitty-0.43.1-x86_64.txz --strip-components=0 -C ./bin/kitty
|
||||||
|
rm kitty-0.43.1-x86_64.txz
|
||||||
|
fi
|
||||||
|
|
||||||
# Download winetricks
|
# Download winetricks
|
||||||
echo Downloading Winetricks...
|
echo Downloading Winetricks...
|
||||||
|
|||||||
Reference in New Issue
Block a user