Skip to content

Commit f42b1b9

Browse files
committed
Update postinst_script
#2109
1 parent ee3bc6e commit f42b1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/postinst_script

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
77
chown root /opt/Min/chrome-sandbox
88
chmod 4755 /opt/Min/chrome-sandbox
99
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."
10-
ln -s /opt/Min/min /usr/bin/min
10+
ln -sf /opt/Min/min /usr/bin/min
1111
fi

0 commit comments

Comments
 (0)