GalliumOS / galliumos-distro

Docs, issues, and artwork sources for GalliumOS
https://galliumos.org/
GNU General Public License v2.0
347 stars 11 forks source link

Fix galliumos-update return code #474

Closed reynhout closed 5 years ago

reynhout commented 6 years ago

Should return 1 if nonzero rc from either apt command, or 0.

Currently always returns 1 when run from shell due to final test condition.

Thanks IRC:LordRyan!

trenzafeeds commented 5 years ago

@reynhout I added a pr for this, please let me know if anything needs to be fixed in it!