Skip to content
Snippets Groups Projects
Select Git revision
  • eee3d2fcc4828383fd47cbefa79bf701ed80ae33
  • master default protected
  • dither_on_off_disabled
  • yocto
  • pypcc2
  • pypcc3
  • 2020-12-07-the_only_working_copy
  • v2.0
  • v1.0
  • v0.9
  • Working-RCU_ADC,ID
  • 2020-12-11-Holiday_Season_release
12 results

install.sh

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    install.sh 330 B
    #!/bin/bash
    sudo systemctl stop recvtr.service
    sudo systemctl stop apscttr.service
    sudo systemctl stop apsputr.service
    sudo systemctl stop unb2tr.service
    sudo python3 setup.py install
    sudo systemctl start recvtr.service
    sudo systemctl start apscttr.service
    sudo systemctl start apsputr.service
    sudo systemctl start unb2tr.service