Derrek Landauer
Derrek Landauer
I'm happy this is well received. I went ahead and merged the scripts. For easy comparison there's now three scripts, the merged version as well as the debian and arch...
I'd like to create one monolithic script. Perhaps distro-specific functions would be worth considering. The separate scripts are just in case you want to take development in another direction. I'm...
Nothing like that I can recall. The scripts just powered through. Something may have changed with how Debian uses snap. ```bash if snap list | grep -q "^firefox"; then snap_ff=true...
Yeah, I noticed all that. I can only speculate why the script wasn't firing off the expected logic on my intern's laptop. After some digging into forums, I figured out...
Yeah it's a System76 machine running ubuntu instead of Pop OS. I'll ask him next week to replay the script and see what happens... but I might need to do...
When configuring the specs of your System76 machine you can select to have Ubuntu installed at the factory. My intern's machine is one such laptop.
> @Derrekito, I appreciate all of your contributions! I'm going to try to cover most of the major issues that have been mentioned in this thread. > > As Ben...