Skip to content

Commit

Permalink
Update postinst_script
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed Oct 16, 2022
1 parent ee3bc6e commit f42b1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/postinst_script
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
chown root /opt/Min/chrome-sandbox
chmod 4755 /opt/Min/chrome-sandbox
echo "Run sudo xdg-settings set default-web-browser min.desktop && sudo update-alternatives --config x-www-browser to set Min as your default browser."
ln -s /opt/Min/min /usr/bin/min
ln -sf /opt/Min/min /usr/bin/min
fi

0 comments on commit f42b1b9

Please sign in to comment.