Skip to content

Commit

Permalink
chore: clean up installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Jul 13, 2024
1 parent a26ac93 commit 131953f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,6 @@ green() {
colored_print "$1" "32"
}

# Function to color text in yellow
yellow() {
colored_print "$1" "33"
}

# Function to color text in blue
blue() {
colored_print "$1" "34"
}

# Function to color text in magenta
magenta() {
colored_print "$1" "35"
}

get_dist() {
curl -sL "$DIST_URL" -o "$DIST_FILE"
unzip "$DIST_FILE" -d "$TEMP_DIR" > /dev/null
Expand Down Expand Up @@ -77,4 +62,3 @@ install() {
}

install

0 comments on commit 131953f

Please sign in to comment.