Skip to content

Commit

Permalink
Merge pull request #23 from oliw/oliverw/raspbian-support
Browse files Browse the repository at this point in the history
Add support for Debian-based Raspian OS
  • Loading branch information
josegonzalez committed Apr 3, 2016
2 parents 3d174f1 + becd37f commit e902535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshcommand
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ f_adduser() {
l_user=$1
l_platform="$(f_print_os_name)"
case $l_platform in
Debian*|Ubuntu)
Debian*|Ubuntu|Raspbian*)
adduser --disabled-password --gecos "" "$l_user"
;;
*)
Expand Down

0 comments on commit e902535

Please sign in to comment.