diff options
author | BlackStump <altocoey@hotmail.com> | 2019-12-19 04:11:40 +1100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-12-18 12:11:40 -0500 |
commit | 7532e4ccea6f89e31d0d2f7f2f7e8ddac64abd46 (patch) | |
tree | ee12d8b400f0c38b081be05ee2890eb7fbbe7474 /scripts/install-beaglebone.sh | |
parent | f3b4173e6b4b6ebd34b7efc31c07914d063f3b07 (diff) | |
download | kutter-7532e4ccea6f89e31d0d2f7f2f7e8ddac64abd46.tar.gz kutter-7532e4ccea6f89e31d0d2f7f2f7e8ddac64abd46.tar.xz kutter-7532e4ccea6f89e31d0d2f7f2f7e8ddac64abd46.zip |
scripts: Replicape pru update start scripts (#2277)
Signed-off-by: Trevor Wilson <altocoey@hotmail.com>
Diffstat (limited to 'scripts/install-beaglebone.sh')
-rwxr-xr-x | scripts/install-beaglebone.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/install-beaglebone.sh b/scripts/install-beaglebone.sh index 695e9f15..a68c8d06 100755 --- a/scripts/install-beaglebone.sh +++ b/scripts/install-beaglebone.sh @@ -5,9 +5,9 @@ # Step 1: Do main install install_main() { - # Run the octopi script - raspbian is close enough to debian for - # this to work. - ${SRCDIR}/scripts/install-octopi.sh + # Run the debian script - should + # work. + ${SRCDIR}/scripts/install-debian.sh } # Step 2: Install additional system packages |