Deprectated GetExternalResources script
Functionality is now added to init sh off CT that need external resources
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
#Install omada
|
||||
#Get Resources
|
||||
curl -L --retry 7 --retry-delay 5 https://static.tp-link.com/2020/202012/20201225/Omada_v3.2.14_linux_x64.deb -o /opt/Setup/omada.deb
|
||||
#Install Omada
|
||||
apt install /opt/Setup/omada.deb -y
|
||||
rm /opt/Setup/omada.deb
|
||||
Reference in New Issue
Block a user