mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 21:33:39 +00:00
11 lines
144 B
Bash
Executable file
11 lines
144 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# script/update: Update project after a fresh pull
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
scripts/bootstrap
|
|
|
|
echo "==> Update completed!"
|