Use Rust indexer for Ubuntu + script cleanup

This commit is contained in:
Yorhel 2016-11-20 15:01:22 +01:00
parent 2ee2f7495b
commit 46a6e2ff7c
6 changed files with 188 additions and 405 deletions

View file

@ -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