This commit is contained in:
yourfriend
2022-12-18 20:43:04 +02:00
commit 73d9f3e785
17 changed files with 2059 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
AltStore.ipa
AltServer
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

+17
View File
@@ -0,0 +1,17 @@
#!/bin/bash
cd "$(dirname "$0")" || exit
cat <<EOF | tee /home/$(whoami)/.local/share/altlinux/AltLinux.desktop >/dev/null
[Desktop Entry]
Name=AltLinux
GenericName=AltServer for Linux
Path=/usr/lib/altlinux
Exec=/usr/lib/altlinux/altlinux
Terminal=false
Type=Application
X-GNOME-Autostart-enabled=true
EOF
cp /home/$(whoami)/.local/share/altlinux/AltLinux.desktop /home/$(whoami)/.config/autostart/
rm /home/$(whoami)/.local/share/altlinux/AltLinux.desktop
+2
View File
@@ -0,0 +1,2 @@
0.4.2-1
x64