File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,8 +138,10 @@ realvnc-server-debug-logging:
138138
139139## Download, install and license RealVNC VNC Server
140140
141+ <!-- markdownlint-disable -->
141142` ` ` yaml
142- # Installs/updates VNC Server and either licenses it offline with license key or joins to the cloud with a cloud connectivity token
143+ # Installs/updates VNC Server and either licenses it offline with license key
144+ # or joins to the cloud with a cloud connectivity token
143145
144146# CONFIGURE PARAMETERS BELOW TO YOUR REQUIREMENTS
145147
@@ -202,7 +204,8 @@ template:
202204 fi
203205
204206 # Download VNC Server package from RealVNC website
205- curl -fsL --retry 3 "https://downloads.realvnc.com/download/file/vnc.files/VNC-Server-${Version}-Linux-${Architecture}${FileExt}" -o "${TempPath}/VNC${FileExt}"
207+ curl -fsL --retry 3 "https://downloads.realvnc.com/download/file/vnc.files/\
208+ VNC-Server-${Version}-Linux-${Architecture}${FileExt}" -o "${TempPath}/VNC${FileExt}"
206209
207210 # Install VNC Server package
208211 if [ "$FileExt" = ".deb" ]; then
@@ -262,3 +265,5 @@ template:
262265 - sh -x {{ $LinuxScriptPath }}
263266 - rm -f {{ $LinuxScriptPath }}
264267 - shell : sh
268+ ` ` `
269+ <!-- markdownlint-restore -->
Original file line number Diff line number Diff line change @@ -128,8 +128,10 @@ realvnc-server-debug-logging:
128128
129129## Download, install and license RealVNC VNC Server
130130
131+ <!-- markdownlint-disable -->
131132` ` ` yaml
132- # Installs/updates VNC Server and either licenses it offline with license key or joins to the cloud with a cloud connectivity token
133+ # Installs/updates VNC Server and either licenses it offline with license key
134+ # or joins to the cloud with a cloud connectivity token
133135
134136# CONFIGURE PARAMETERS BELOW TO YOUR REQUIREMENTS
135137
@@ -223,3 +225,4 @@ template:
223225 - DEL {{ $WindowsScriptPath }}
224226 - shell : cmd.exe
225227` ` `
228+ <!-- markdownlint-restore -->
You can’t perform that action at this time.
0 commit comments