Skip to content

Commit

Permalink
Fixed #13
Browse files Browse the repository at this point in the history
  • Loading branch information
senthurayyappan committed Sep 30, 2024
1 parent d999093 commit eb03e1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Raspberry-Pi-4.Pifile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ email="${EMAIL}"

RUN sed -i "s/raspberrypi/${hostname}/g" /etc/hostname
RUN sed -i "s/raspberrypi/${hostname}/g" /etc/hosts

RUN bash -c "id -u ${user} &>/dev/null || useradd -m ${user}"
RUN bash -c "echo ${user}:${password} | chpasswd"

##################################
Expand Down

0 comments on commit eb03e1b

Please sign in to comment.