From 3cd1d97c57c21fd23cfa7a9bd1c387c7a185e302 Mon Sep 17 00:00:00 2001 From: Vyvir <135277623+vyvir@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:57:06 +0300 Subject: [PATCH] Update README.md --- README.md | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) diff --git a/README.md b/README.md index 3db40fd..8fe88d8 100644 --- a/README.md +++ b/README.md @@ -58,61 +58,6 @@ python3.11 main.py That's it! Have fun with AltLinux! -## Compile the DEB package - -This installation method is no longer supported and will be removed soon. - -Add the `universe` repository: - -``` -sudo apt install software-properties-common -``` - -``` -sudo add-apt-repository universe -y -``` - -Install the dependencies: -``` -sudo apt-get install binutils python3-pip git gir1.2-appindicator3-0.1 usbmuxd libimobiledevice6 libimobiledevice-utils wget curl libavahi-compat-libdnssd-dev zlib1g-dev unzip usbutils libhandy-1-dev gir1.2-notify-0.7 python3-requests psmisc pipx -``` - -If you're running Ubuntu 20.04 or any distro based on it (such as Mint 20), run the following commands: -``` -sudo add-apt-repository ppa:apandada1/libhandy-1 -sudo apt update -sudo apt install libhandy-1-0 libhandy-1-dev -``` - -Install pyinstaller: - -Ubuntu 22.04: -``` -pip3 install pyinstaller -``` - -Ubuntu 24.04: -``` -pip3 install pyinstaller --break-system-packages -``` - -Reboot your computer for changes to take effect. - -After that, proceed by running the following commands: -``` -git clone https://github.com/i-love-altlinux/AltLinux -``` - -``` -cd AltLinux -``` - -``` -./build.sh -``` - -The DEB file is ready! You can install it now. - ## Credits AltLinux made by [vyvir](https://github.com/vyvir)