mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 03:03:57 +08:00
* setup
* curl
* usable right now
* op sim
* cleanup
* show cmd
old-commit-hash: 173a633a75
11 lines
242 B
Bash
Executable File
11 lines
242 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
|
|
|
# NOTE: this is used in a docker build, so do not run any scripts here.
|
|
|
|
$DIR/install_ubuntu_dependencies.sh
|
|
$DIR/install_python_dependencies.sh
|