Skip to content

Commit

Permalink
fix: remove github dependency in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyjohnson1 committed Nov 9, 2024
1 parent 1e04876 commit 5640da1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
#!/bin/bash

# Find the 'topos-cli' directory
TOPOS_CLI_DIR=$(find "$HOME" -type d -name "topos-cli" -print -quit 2>/dev/null)

if [ -z "$TOPOS_CLI_DIR" ]; then
echo "Error: 'topos-cli' directory not found"
exit 1
fi

# Switch to the 'topos-cli' directory
cd "$TOPOS_CLI_DIR"

# Open a new Terminal window and run nix-shell
# Force install nix on user's system: https://github.com/DeterminateSystems/nix-installer
osascript <<EOF
Expand Down
Binary file modified topos.dmg
Binary file not shown.

0 comments on commit 5640da1

Please sign in to comment.