Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.31 KB

README.md

File metadata and controls

58 lines (34 loc) · 1.31 KB

AltServer-Linux-PyScript

About the script

It's just a simple script to make the operation of AltServer-Linux more easier with cli,now inclides features below

Features

  • WiFi Refreshing
  • WiFi Installation
  • Tethered Refreshing
  • Tethered Installation
  • Updating

Usage

curl https://raw.githubusercontent.com/powenn/AltServer-Linux-PyScript/rewrite/main.py > main.py

python3 main.py

If WiFi refreshing not working

Check the two service, if not enable or running , then start

avahi-daemon.service and avahi-daemon.socket

Check status

systemctl status avahi-daemon.service

systemctl status avahi-daemon.socket

Start

systemctl start avahi-daemon.service

systemctl start avahi-daemon.socket

Getting start

apt setup dependencies

sudo apt-get install usbmuxd libimobiledevice6 libimobiledevice-utils
sudo apt-get install wget curl libavahi-compat-libdnssd-dev

Credits

NyaMisty for AltServer-Linux

jkcoxson for netmuxd

Dadoum for Provision

Macley for testing and figure out avahi-daemon issue