Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.43 KB

File metadata and controls

50 lines (31 loc) · 1.43 KB

Legacy Scripts

Command-line installers for users who prefer terminal-based installation.

All-in-One Installer

Install any Affinity application with automatic dependency management:

bash -c "$(curl -s https://raw.githubusercontent.com/ryzendew/AffinityOnLinux/refs/heads/main/AffinityScripts/AffinityLinuxInstaller.sh)"

Individual Application Installers

Affinity Photo

bash -c "$(curl -s https://raw.githubusercontent.com/ryzendew/AffinityOnLinux/refs/heads/main/AffinityScripts/AffinityPhoto.sh)"

Affinity Designer

bash -c "$(curl -s https://raw.githubusercontent.com/ryzendew/AffinityOnLinux/refs/heads/main/AffinityScripts/AffinityDesigner.sh)"

Affinity Publisher

bash -c "$(curl -s https://raw.githubusercontent.com/ryzendew/AffinityOnLinux/refs/heads/main/AffinityScripts/AffinityPublisher.sh)"

Affinity v3 (Unified)

bash -c "$(curl -s https://raw.githubusercontent.com/ryzendew/AffinityOnLinux/refs/heads/main/AffinityScripts/Affinityv3.sh)"

Affinity Updater

Update existing installations without full reinstallation:

bash -c "$(curl -s https://raw.githubusercontent.com/ryzendew/AffinityOnLinux/refs/heads/main/AffinityScripts/AffinityUpdater.sh)"

Note

For most users, the Python GUI Installer is recommended as it provides a better user experience and more features.