Skip to content

Commit 3ae435a

Browse files
authored
Merge pull request #821 from jupyterlab/update_snap_hook
overwrite symlink
2 parents 66744aa + 4cbd2ae commit 3ae435a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh -e
22

33
APP_PATH=$SNAP/jupyterlab-desktop
4-
ln -s "$APP_PATH" /usr/bin/jlab
4+
ln -sf "$APP_PATH" /usr/bin/jlab

0 commit comments

Comments
 (0)