Commit e962c18d authored by Joanne Hugé's avatar Joanne Hugé

Update scripts

parent 2b7f14dd
#!/bin/bash
cd /root/openocd;
cd /root/flash-trxsdr;
./openocd/src/openocd -s ./openocd/tcl -f pcie_radio.cfg
#!/bin/bash
systemctl restart lte;
grep -a -m1 -h -R "Host ID" /var/log/lte | tail -1 | awk '{print $3;}'
#!/bin/bash
mkdir -p /opt/amarisoft/.amarisoft && cp -r ~/.amarisoft/* /opt/amarisoft/.amarisoft/;
bash /root/re6st;
bash /root/slapos
#!/bin/bash
cd slapos.package/playbook;
ansible-playbook -i hosts ors.yml;
ansible-playbook -i hosts ors-upgrade.yml
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment