You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /etc/issue is being used to identify the distribution. However, it doesn't contain distribution information on Centos. Use this code to backup your old issue file and link to the centos-release file.
cd /etc/
mv issue issue.bak
ln -s centos-release issue
How to install this scripts on a CentOS installation?
The text was updated successfully, but these errors were encountered: