aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index ef8b9200..0d306464 100755
--- a/install.sh
+++ b/install.sh
@@ -105,7 +105,6 @@ __atuin_install_mac(){
if command -v brew &> /dev/null
then
echo "Installing with brew"
- brew tap ellie/atuin
brew install atuin
else
echo "Could not find brew, installing with Cargo"