Skip to content

Commit fd316a4

Browse files
committed
Fix quirks in installer
1 parent 1c4306c commit fd316a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shelix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pwn() {
7171
if [[ " $@ " =~ " --install " ]];then
7272
echo "Installing. See shelix.sh for details. "
7373
# exit
74-
ln -sf $SHELIXPATH/shelix.sh ~/.local/bin/shelixy
74+
ln -sf $SHELIXPATH/shelix.sh ~/.local/bin/shelix
7575
# Place the shelix.desktop file somewhere it can be found by the OS
7676
cp -f $SHELIXPATH/install/shelix.desktop ~/.local/share/applications/
7777
# Add the shelix.desktop file

0 commit comments

Comments
 (0)