aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-06 19:54:40 -0300
committerEuAndreh <eu@euandre.org>2019-05-06 19:54:40 -0300
commit33c23b7d6710a6232468309e33a8121960e4cfda (patch)
treefbe748d23ed6ac8a87decb47a7bc84fb080626b6 /bash
parentAdd instruction on restoring paperkey GPG key. (diff)
downloaddotfiles-33c23b7d6710a6232468309e33a8121960e4cfda.tar.gz
dotfiles-33c23b7d6710a6232468309e33a8121960e4cfda.tar.xz
Clean up $SRHT_REPOS list.
Diffstat (limited to 'bash')
-rw-r--r--bash/fake-symlinks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/fake-symlinks.sh b/bash/fake-symlinks.sh
index a3d1003..c06319b 100644
--- a/bash/fake-symlinks.sh
+++ b/bash/fake-symlinks.sh
@@ -5,7 +5,7 @@ if [[ -n "$GITHUB_TOKEN" ]]; then
fi
-SRHT_REPOS=(website mentat cement pouchdb-materialized-view pires superlogin-client)
+SRHT_REPOS=(website mentat cement)
SRHT_REPOS_PATH="$HOME/dev/libre"
for repo in "${SRHT_REPOS[@]}"; do