Skip to content

Commit

Permalink
build(INSTALL): no apt in installer, prefer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Nov 19, 2021
1 parent dd8c1d9 commit 714a9ff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pi_portal/installation/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ install_filebeat() {
sed -i "s/<<LOGZ_IO_CODE>>/${LOGZ_IO_CODE}/g" /etc/filebeat/filebeat.yml
}

install_packages() {
apt-get update
apt-get install -y motion supervisor
}

safely_start_supervisor() {
if [[ -S "${SUPERVISOR_SOCKET_PATH}" ]]; then
service supervisor stop
Expand All @@ -61,7 +56,6 @@ main() {
pushd "${SCRIPT_DIR}" || exit 127
cd ../..

install_packages
install_filebeat

configure_supervisor
Expand Down

0 comments on commit 714a9ff

Please sign in to comment.