Skip to content

Commit

Permalink
develop script improved support for debian development environment
Browse files Browse the repository at this point in the history
debian is just debian, (not "like" debian)
  • Loading branch information
jesteria committed Nov 20, 2018
1 parent f9b7181 commit 69f19d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop
Expand Up @@ -68,7 +68,7 @@ install_direnv=""
case $(uname -s) in
Linux)
[ -f /etc/os-release ] && . /etc/os-release
case $ID_LIKE in
case ${ID_LIKE:-$ID} in
*debian*)
install_direnv=apt_install_direnv
;;
Expand Down

0 comments on commit 69f19d9

Please sign in to comment.