Remove useless cat from setup (#717)

pull/720/head
Chiller Dragon 6 years ago committed by GitHub
parent d2fc36701f
commit c46417f709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ else
fi fi
if linux; then if linux; then
distro=$(cat /etc/os-release | grep "^ID=" | cut -d\= -f2 | sed -e 's/"//g') distro=$(grep "^ID=" /etc/os-release | cut -d'=' -f2 | sed -e 's/"//g')
case $distro in case $distro in
"ubuntu") "ubuntu")

Loading…
Cancel
Save