mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-06-07 12:34:31 +00:00
builder: Change base image to v0.16, add clever-show service file
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
#
|
||||
# Script for install software to the image.
|
||||
#
|
||||
# Copyright (C) 2018 Copter Express Technologies
|
||||
#
|
||||
# Author: Artem Smirnov <urpylka@gmail.com>
|
||||
#
|
||||
|
||||
set -e # Exit immidiately on non-zero result
|
||||
|
||||
@@ -62,8 +58,8 @@ apt-get update -qq
|
||||
echo_stamp "Software installing"
|
||||
apt-get install -y \
|
||||
samba \
|
||||
winbind \
|
||||
chrony \
|
||||
ros-kinetic-vl53l1x \
|
||||
&& echo_stamp "Everything was installed!" "SUCCESS" \
|
||||
|| (echo_stamp "Some packages wasn't installed!" "ERROR"; exit 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user