mirror of
https://github.com/vyvir/althea.git
synced 2026-06-08 00:09:30 -05:00
althea
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
Package: althea
|
||||
Name: althea
|
||||
Version: 0.5.0
|
||||
Architecture: amd64
|
||||
Author: vyvir <the.uniformed630@aleeas.com>
|
||||
Maintainer: vyvir <the.uniformed630@aleeas.com>
|
||||
Description: GUI for AltServerLinux
|
||||
Homepage: https://github.com/vyvir/althea
|
||||
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, python3-requests, gir1.2-notify-0.7, psmisc
|
||||
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
althea_PATH="/usr/lib/althea"
|
||||
USER=$SUDO_USER
|
||||
|
||||
if [ -d "$althea_PATH" ]; then
|
||||
sudo chown -R "$USER:$USER" "$althea_PATH"
|
||||
fi
|
||||
exit 0
|
||||
Executable
+9
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=althea
|
||||
Path=/usr/lib/althea
|
||||
Exec=/usr/lib/althea/althea
|
||||
Icon=/usr/share/icons/althea.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application
|
||||
Name[en_US]=althea
|
||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
Reference in New Issue
Block a user