From 292316f468c1b305048590934bf887b6fa889ff1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 16 Apr 2020 23:41:58 -0700 Subject: Remove pkg.pull It overrides the existing functionality, which means that it will always run the code in the old ‘ellipsis.sh’ and never the newly pulled one. This makes it useless to try and ensure the used programs are installed. --- ellipsis.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ellipsis.sh b/ellipsis.sh index a8575e7..ecb8933 100644 --- a/ellipsis.sh +++ b/ellipsis.sh @@ -23,10 +23,6 @@ pkg.install() { ensure_used_modules } -pkg.pull() { - ensure_used_programs -} - pkg.reinstall() { ensure_used_programs ensure_used_modules -- cgit v1.2.3-54-g00ecf