Skip to content

Commit

Permalink
Update 099-install-custom-apps.chroot
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Jul 31, 2023
1 parent 7113d6c commit 47001be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/config/hooks/live/099-install-custom-apps.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ popd
#HOME=/home/rhino runuser -l rhino -c 'pacstall -U pacstall:master'

sudo mkdir -p /home/rhino/.config/autostart
if ! [[ -f "${homedir}/.config/autostart/rhino-setup.desktop" ]]; then
if ! [[ -f "/home/rhino/.config/autostart/rhino-setup.desktop" ]]; then
sudo ln -sf "/usr/local/share/applications/org.rhinolinux.RhinoSetup.desktop" "/home/rhino/.config/autostart/rhino-setup.desktop"
fi

Expand Down

0 comments on commit 47001be

Please sign in to comment.