Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
fix: add bluefin-firstboot.sh (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 20, 2023
1 parent 9f6d938 commit 61e9ba8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/profile.d/bluefin-firstboot.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
if test "$(id -u)" -gt "0" && test -d "$HOME"; then
if test ! -e "$HOME"/.config/autostart/bluefin-firstboot.desktop; then
mkdir -p "$HOME"/.config/autostart
cp -f /etc/skel.d/.config/autostart/bluefin-firstboot.desktop "$HOME"/.config/autostart
fi
fi

0 comments on commit 61e9ba8

Please sign in to comment.