forked from Shinonome/althea
altlinux
This commit is contained in:
Executable
+9
@@ -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
|
||||
Executable
+11
@@ -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
@@ -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
|
||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
Reference in New Issue
Block a user