We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4306c commit fd316a4Copy full SHA for fd316a4
shelix.sh
@@ -71,7 +71,7 @@ pwn() {
71
if [[ " $@ " =~ " --install " ]];then
72
echo "Installing. See shelix.sh for details. "
73
# exit
74
- ln -sf $SHELIXPATH/shelix.sh ~/.local/bin/shelixy
+ ln -sf $SHELIXPATH/shelix.sh ~/.local/bin/shelix
75
# Place the shelix.desktop file somewhere it can be found by the OS
76
cp -f $SHELIXPATH/install/shelix.desktop ~/.local/share/applications/
77
# Add the shelix.desktop file
0 commit comments