Skip to content
Snippets Groups Projects
Commit fd1d5527 authored by David Trattnig's avatar David Trattnig
Browse files

Added some shebangs.

parent e6539386
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
echo "Building AURA Clock ..."
(
cd contrib/aura-clock
......
#!/bin/sh
#!/bin/bash
# Check if databases are already set-up
if test -f "$LOCKFILE_DB"; then
......
#!/bin/bash
opam depext fdkaac flac opus pulseaudio bjack alsa
opam install fdkaac flac opus pulseaudio bjack alsa
#!/bin/bash
sudo apt install -y \
supervisor \
redis-server \
......
#!/bin/bash
echo "Installing AURA Clock Packages ..."
(cd contrib/aura-clock && npm install)
......
#!/bin/bash
kill -9 `ps -eo pid,command | grep 'gunicorn.*api:run_app()' | grep -v grep | sort | head -1 | awk '{print $1}'`
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment