alexjp / zypper_autopackages

managing opensuse autoinstalled packages
9 stars 1 forks source link

Strange way to copy a file in zypper_explicit.sh #1

Open Smarre opened 2 years ago

Smarre commented 2 years ago

Hi,

Is there any greater reason why zypper_explicit.sh has following line:

cp /etc/zypp/.systemCheck /etc/zypp/systemCheck

I don’t have that file present on my system, what is purpose of this?

alexjp commented 2 years ago

Sorry... completly missed this issue notification!

No worries on not having that file, it was just so that I had a custom file to start with, with some modifications included besides the "script ones". ( like for example the original "official systemCheck opensuse file" )

Recommendation: copy the opensuse original file "systemCheck" to ".systemCheck"