4 lines
86 B
Bash
4 lines
86 B
Bash
#!/bin/bash
|
|
#Install omada
|
|
apt install /opt/Setup/omada.deb -y
|
|
rm /opt/Setup/omada.deb |