Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lttr committed Jan 10, 2025
1 parent 8302604 commit 191a224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/configuration/customInstalls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const cursors: Config = {
CURSORS_FILE_NAME="BreezeX-Dark.tar.gz"
CURSORS_TARGET_DIR="/usr/share/icons/"
cd ~/Downloads
curl -fsLo "$CURSORS_FILE_NAME" https://github.com/ful1e5/BreezeX_Cursor/releases/download/v2.0.0/BreezeX-Dark.tar.gz
curl -fsLo "$CURSORS_FILE_NAME" https://github.com/ful1e5/BreezeX_Cursor/releases/download/v2.0.1/BreezeX-Dark.tar.gz
tar -xvf "$CURSORS_FILE_NAME"
sudo mv BreezeX-Dark/ "$CURSORS_TARGET_DIR"
`,
Expand Down

0 comments on commit 191a224

Please sign in to comment.