mirror of
https://github.com/vyvir/althea.git
synced 2026-06-07 15:59:29 -05:00
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
|
||||
Reference in New Issue
Block a user