Use Rust indexer for Ubuntu + script cleanup
This commit is contained in:
parent
2ee2f7495b
commit
46a6e2ff7c
6 changed files with 188 additions and 405 deletions
10
util/cron.sh
10
util/cron.sh
|
|
@ -1,9 +1,11 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
. ./common.sh
|
||||
PSQL="psql -U manned -Awtq"
|
||||
|
||||
./arch.sh active
|
||||
./debian.sh active
|
||||
|
||||
./arch.sh current
|
||||
./debian.sh current
|
||||
./ubuntu.sh current
|
||||
|
||||
echo "============ Updating SQL indices"
|
||||
$PSQL -f update_indices.sql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue