Run linters

This commit is contained in:
ViViDboarder 2024-06-13 12:59:23 -07:00
parent 560502b9af
commit 0c67668663
9 changed files with 9 additions and 10 deletions

View File

@ -1,5 +1,4 @@
#! /bin/bash #! /bin/bash
VERSION=v6
FILENAME=Dash.zip FILENAME=Dash.zip
curl --location -o "$TMP_DIR/$FILENAME" "https://iterm2.com/downloads/stable/latest" curl --location -o "$TMP_DIR/$FILENAME" "https://iterm2.com/downloads/stable/latest"
unzip "$TMP_DIR/$FILENAME" unzip "$TMP_DIR/$FILENAME"