We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b060f2a commit fbfb5dcCopy full SHA for fbfb5dc
1 file changed
install.sh
@@ -77,8 +77,6 @@ then echo "cannot install ops - download and unpack it in a folder in the path f
77
exit 1
78
fi
79
80
-ln -sf ~/.local/bin/ops ~/.local/bin/nuv
81
-
82
if ! which ops | grep $HOME/.local/bin
83
then
84
echo "$HOME/.local/bin is not in the path - adding it"
@@ -87,4 +85,4 @@ then
87
85
echo please restart your terminal to find ops in your path
88
86
89
90
-exit 0
+exit 0
0 commit comments