cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
1.91k stars 120 forks source link

sudo: add-apt-repository: command not found *solved* #57

Closed cooked closed 3 years ago

cooked commented 3 years ago

Hi, thanks for this great script. I run into the error above (and the installation failed) since in my system, running Debian 10, the command was missing for some reason. I solved installing software-properties-common package with the following command sudo apt-get install software-properties-common

Maybe consider adding that as a requirements into the script

cheers Stef

cryinkfly commented 3 years ago

@cooked Thank your for this information! :+1:

I have added this package to my installation-script. :rocket: