forked from Shinonome/althea
altlinux
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
AltStore.ipa
|
||||
AltServer
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 196 KiB |
Executable
+17
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
0.4.2-1
|
||||
x64
|
||||
Reference in New Issue
Block a user