It's a script to make the operation of AltServer-Linux easier so you could sideload with Linux easyily
- WiFi Refreshing
- WiFi Installation
- Tethered Refreshing
- Tethered Installation
- Install your own iPA file by entering the absolute path
- Script Updating
- Independently Resource Updating
apt setup dependencies
sudo apt-get install usbmuxd libimobiledevice6 libimobiledevice-utils
sudo apt-get install wget curl libavahi-compat-libdnssd-dev
curl https://raw.githubusercontent.com/powenn/AltServer-Linux-PyScript/rewrite/main.py > main.py
python3 main.py
If WiFi refreshing is not working
Check the two services, if they aren't up and running, then these commands down below will start them
avahi-daemon.service
and avahi-daemon.socket
Check the status
systemctl status avahi-daemon.service
systemctl status avahi-daemon.socket
Start
systemctl start avahi-daemon.service
systemctl start avahi-daemon.socket
To run automatically on boot use the enable command
systemctl enable avahi-daemon.service
systemctl enable avahi-daemon.socket
curl https://raw.githubusercontent.com/powenn/AltServer-Linux-PyScript/rewrite/AltServer.desktop > AltServer.desktop
You might want to give it an app icon
I am using https://altstore.io/images/AltStore_AppIcon-p-500.png
as app icon
download the image and edit the desktop file
set
Icon=THE_ABSOLUTE_PATH_OF_THE_IMAGE
set
Path=THE_DIR_WHICH_CONTAINS_THE_PYTHON_SCRIPT
then
sudo cp 'THE_DESKTOP_ENTRY_FILE' '/usr/share/applications/AltServer.desktop'
Macley for testing and figure out avahi-daemon issue