Skip to content

Commit fbfb5dc

Browse files
committed
removing nuv alias
1 parent b060f2a commit fbfb5dc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ then echo "cannot install ops - download and unpack it in a folder in the path f
7777
exit 1
7878
fi
7979

80-
ln -sf ~/.local/bin/ops ~/.local/bin/nuv
81-
8280
if ! which ops | grep $HOME/.local/bin
8381
then
8482
echo "$HOME/.local/bin is not in the path - adding it"
@@ -87,4 +85,4 @@ then
8785
echo please restart your terminal to find ops in your path
8886
fi
8987

90-
exit 0
88+
exit 0

0 commit comments

Comments
 (0)