Skip to content

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
wasertech committed Dec 17, 2023
1 parent 850473f commit 8f0eb77
Show file tree
Hide file tree
Showing 11 changed files with 1,227 additions and 396 deletions.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@ PREFIX ?= usr/local

install:
@echo -n "Installing..."
@chmod 755 ./install.sh
@bash ./install.sh || true
@chmod 755 ./install
@bash ./install || true
@echo "Done!"

install-gui:
@echo -n "Installing..."
@chmod 755 ./install.sh
@bash ./install-gui.sh || true
@echo "Done!"

uninstall:
@echo -n "Uninstalling..."
Expand Down
171 changes: 0 additions & 171 deletions deux.sh

This file was deleted.

28 changes: 0 additions & 28 deletions deux.zsh

This file was deleted.

Loading

0 comments on commit 8f0eb77

Please sign in to comment.