guysoft / CustomPiOS

A Raspberry Pi and other ARM devices distribution builder
GNU General Public License v3.0
497 stars 143 forks source link

fix: apt vs. apt-get in base module #180

Closed docgalaxyblock closed 1 year ago

docgalaxyblock commented 1 year ago

I just started using CustomPiOS and discovered this at my logs:

+ apt install --yes --only-upgrade userconf-pi

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Here is a fix 🤗

guysoft commented 1 year ago

Thanks for catching that

guysoft commented 1 year ago

@KwadFan FYI that was a line in your commit :)

KwadFan commented 1 year ago

Yeah, I think I was too lazy to read logs afterward :D. Well good someone realized my mistake ;)

docgalaxyblock commented 1 year ago

I just discovered another one here

And how about here? @KwadFan again 😝

KwadFan commented 1 year ago

No, that was intended to save some code. /shrug :D