Compare commits

...

9 Commits

Author SHA1 Message Date
mathwhiz1212 63317c29b0 Added Trisquel support 2016-05-11 15:24:40 -06:00
mathwhiz1212 6f4a429a25 Added Trisquel support 2016-05-11 15:23:51 -06:00
mathwhiz1212 1dc6e04c2b Added support for latest Debian 2016-05-11 15:10:15 -06:00
mathwhiz1212 4f83c4a0d2 Added support for latest Debian. 2016-05-11 15:09:14 -06:00
mathwhiz1212 9d6adbef9d Add elementary OS support. 2016-05-11 13:35:50 -06:00
mathwhiz1212 54b89d6c3f Add elementary OS support
It is the same as ubuntu for the purpose of this script.
2016-05-11 13:32:42 -06:00
mathwhiz1212 9974599f73 Update setup-min.sh 2016-05-11 13:20:06 -06:00
mathwhiz1212 dd245698aa Update setup.bash 2016-05-11 13:19:40 -06:00
mathwhiz1212 5e7cfb7a6c Update setup-min.sh 2016-05-11 13:18:58 -06:00
2 changed files with 16 additions and 0 deletions

View File

@ -92,6 +92,14 @@ elif [ "$(uname | grep -i 'Linux')" ]; then
if [ "$(cat /etc/issue | grep -i 'Ubuntu')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'Linux Mint')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'elementary OS')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'Debian')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'Trisquel')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then
OS='raspbian'
elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then

View File

@ -92,6 +92,14 @@ elif [ "$(uname | grep -i 'Linux')" ]; then
if [ "$(cat /etc/issue | grep -i 'Ubuntu')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'Linux Mint')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'elementary OS')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'Debian')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'Trisquel')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then
OS='raspbian'
elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then