Xmetalfanx / linuxSetup

Xmetal's Linux Scripts
GNU General Public License v3.0
2 stars 2 forks source link

deb-get code issue #322

Closed Xmetalfanx closed 1 month ago

Xmetalfanx commented 1 month ago

debGetInstall && return is the issue ... the deb-get part works fine ... it's the return that is not doing what i expected.

What I want:

What I am seeing:

Xmetalfanx commented 1 month ago

this was not an issue ... the issue was caused by me not wanting to spinup a VM and testing something on bare metal which caused a conflict THEREFORE the exit code before "&& return" was NOT 0

again this turned out to be a non-issue