JohannesWiesner / computational-neuroscience-software

A list of scripts that will install commonly used software for computational neuroscientists
1 stars 0 forks source link

Implement checks that make sure all .deb files are downloaded #9

Open JohannesWiesner opened 10 months ago

JohannesWiesner commented 10 months ago

1.) For some applications it is necessary that user manually downloads .deb file from host 2.) For these applications the installation script should check first that the downloaded file exists and throw an error if it doesn't exist ("file doesn't exist, please download first") 3.) Should also be possible to define a folder where the file can be found 4.) Should work with some sort of regex as we can't rely on exact filenames (e.g. "googlechrome*.deb)