aboutsummaryrefslogtreecommitdiff
path: root/scripts/post-install.sh
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-26 14:05:40 -0500
committerCraig Jennings <c@cjennings.net>2026-05-26 14:05:40 -0500
commit3bc6316000019560e46f12ed487b90f8ce54e962 (patch)
treed7626b1caa7b2fa2cc4f31d6e669ee6f498f1365 /scripts/post-install.sh
parent17127fea658ddb1d5d6cbd355bfb5894885e7b86 (diff)
downloadarchsetup-3bc6316000019560e46f12ed487b90f8ce54e962.tar.gz
archsetup-3bc6316000019560e46f12ed487b90f8ce54e962.zip
refactor: fold pocketbook in-tree and drop its install steps
Pocketbook is nowhere near ready, so I pulled it back from publication: deleted the github mirror and the cjennings.net repo, removed the server mirror hook, and copied the package into pocketbook/ here until it's ready to spin back out. Dropped the steps that provisioned it on a fresh install: the gtk4-layer-shell dep and the pip install in archsetup, and the clone in post-install.sh. That clone pointed at the now-deleted github repo, so it would have failed a fresh run regardless. Re-wiring the install is tracked in the pocketbook backlog.
Diffstat (limited to 'scripts/post-install.sh')
-rwxr-xr-xscripts/post-install.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/post-install.sh b/scripts/post-install.sh
index f184d9d..9045398 100755
--- a/scripts/post-install.sh
+++ b/scripts/post-install.sh
@@ -58,7 +58,6 @@ echo "cloning git repos"
clone_if_missing git@cjennings.net:slock.git "$HOME/code/slock"
clone_if_missing git@cjennings.net:pinentry-dmenu.git "$HOME/code/pinentry-dmenu"
- clone_if_missing git@github.com:cjennings/pocketbook.git "$HOME/code/pocketbook"
clone_if_missing cjennings@cjennings.net:git/bsdsetup.git "$HOME/code/bsdsetup"
clone_if_missing git@cjennings.net:git/archsetup.git "$HOME/code/archsetup"
clone_if_missing git@cjennings.net:dotemacs.git "$HOME/code/dotemacs"