Search found 1 match
- Sun Aug 24, 2014 11:21 pm
- Forum: Debian/Ubuntu
- Topic: Debian 7.5 64bits is not yet support right now?
- Replies: 11
- Views: 17593
Re: Debian 7.5 64bits is not yet support right now?
change
to
Code: Select all
if [ -e '/etc/redhat-release' ] || [ -e '/etc/lsb-release' ]; then
Code: Select all
if [ -e '/etc/redhat-release' ]; then