summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-06-10 15:41:21 -0400
committerJune McEnroe <june@causal.agency>2022-06-10 15:41:21 -0400
commit9e4bc5aefa5253b19ae3de1af818ff7b9019aa05 (patch)
tree52ed122aa1bb9b0b9a5a29821396b7c3c2848cf4
parentIndicate if still reading or no results (diff)
downloadsrc-9e4bc5aefa5253b19ae3de1af818ff7b9019aa05.tar.gz
src-9e4bc5aefa5253b19ae3de1af818ff7b9019aa05.zip
Switch to jorts Install script
Diffstat (limited to '')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 1d9b6e6b..11269fb7 100644
--- a/install.sh
+++ b/install.sh
@@ -33,7 +33,7 @@ Darwin() {
 	packages=$(echo $packages | sed 's/the_silver_searcher/ag/')
 	cd git/jorts
 	git pull
-	./Plan git mandoc nvi $packages | sh
+	./Install git mandoc nvi $packages
 }
 
 $(uname)
June McEnroe 2020-02-10Always increase unreadLinesJune McEnroe 2020-02-10Move scroll marker on resizeJune McEnroe 2020-02-10Update line count for words longer than linesJune McEnroe 2020-02-10Simplify mark, heat, unread trackingJune McEnroe 2020-02-10Update prompt when own nick changesJune McEnroe 2020-02-10Match URLs surrounded by parenthesesJune McEnroe 2020-02-10Fix M-a so it properly cycles back to where it startedJune McEnroe 2020-02-09Add M-lJune McEnroe 2020-02-09Add /whoisJune McEnroe 2020-02-09Add /msgJune McEnroe