Skip to content

Commit

Permalink
Bug fix: discord installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsougata committed Jul 16, 2023
1 parent b23adf4 commit e840cf2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions neurons/discord.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ if [[ $1 =~ (-install) ]]; then
else
echo "Discord is already installed ($CURRENT_VERSION). If you want to update use brain update <name>."
fi
echo "Downloading Discord $LATEST_VERSION..."
unpack
elif [[ $1 =~ (-update) ]]; then
update
elif [[ $1 =~ (-uninstall) ]]; then
Expand Down

0 comments on commit e840cf2

Please sign in to comment.