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
+9
View File
@@ -0,0 +1,9 @@
Package: AltLinux
Name: AltLinux
Version: 0.4.2-2
Architecture: all
Author: maxasix <maxasix@disroot.org>
Maintainer: maxasix <maxasix@disroot.org>
Description: GUI for AltServerLinux
Homepage: https://github.com/maxasix/AltLinux
Depends: binutils, python3 (>= 3.8), gir1.2-appindicator3-0.1, usbmuxd, libimobiledevice6, libimobiledevice-utils, libavahi-compat-libdnssd-dev, unzip, usbutils, libhandy-1-0, libhandy-1-dev, curl
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
set -ex
AltLinux_PATH="/usr/lib/altlinux"
USER=$SUDO_USER
if [ -d "$AltLinux_PATH" ]; then
sudo chown -R "$USER:$USER" "$AltLinux_PATH"
fi
exit 0
+9
View File
@@ -0,0 +1,9 @@
[Desktop Entry]
Name=AltLinux
Path=/usr/lib/altlinux
Exec=/usr/lib/altlinux/altlinux
Icon=/usr/share/icons/AltLinux.png
Terminal=false
Type=Application
Categories=Application
Name[en_US]=AltLinux
Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB