Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 18, 2025
1 parent 400cb67 commit a9ddf58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_raspOVOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ if [ "$USER" != "pi" ]; then

# 3. Rename the home directory from /home/pi to /home/newuser
echo "Renaming home directory..."
# replace "pi"" with "$USER" in /etc/passwd
sed -i "s|pi:|$USER:|g" "/etc/passwd"
mv "/home/pi" "/home/$USER"

# 4. Change ownership of the new home directory
Expand Down
Binary file added overlays/base/opt/ovos/loginsplash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a9ddf58

Please sign in to comment.