File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,12 @@ network_check
1414update_os
1515
1616msg_info " Installing Dependencies"
17- $STD apt-get install -y apt-transport-https
18- $STD apt-get install -y alsa-utils
19- $STD apt-get install -y libxext-dev
20- $STD apt-get install -y fontconfig
21- $STD apt-get install -y libva-drm2
17+ $STD apt-get install -y \
18+ apt-transport-https \
19+ alsa-utils \
20+ libxext-dev \
21+ fontconfig \
22+ libva-drm2
2223msg_ok " Installed Dependencies"
2324
2425msg_info " Installing AgentDVR"
@@ -27,7 +28,6 @@ RELEASE=$(curl -fsSL "https://www.ispyconnect.com/api/Agent/DownloadLocation4?pl
2728cd /opt/agentdvr/agent
2829curl -fsSL " $RELEASE " -o $( basename " $RELEASE " )
2930$STD unzip Agent_Linux64* .zip
30- rm -rf Agent_Linux64* .zip
3131chmod +x ./Agent
3232msg_ok " Installed AgentDVR"
3333
@@ -54,6 +54,7 @@ motd_ssh
5454customize
5555
5656msg_info " Cleaning up"
57+ rm -rf Agent_Linux64* .zip
5758$STD apt-get -y autoremove
5859$STD apt-get -y autoclean
5960msg_ok " Cleaned"
You can’t perform that action at this time.
0 commit comments