We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d02064 commit d3a25b8Copy full SHA for d3a25b8
08-install-software.sh
@@ -4,6 +4,10 @@ export DEBIAN_FRONTEND=noninteractive
4
5
echo "--> Installing Essential Software..."
6
7
+# 0. Prerequisite: Install curl (needed for downloading OnlyOffice)
8
+echo "--> Installing download tools..."
9
+apt-get install -y curl
10
+
11
# 1. Multimedia & Codecs (The "Play Everything" Pack)
12
# ffmpeg, gstreamer plugins for wide format support, and VLC
13
echo "--> Installing Codecs and VLC..."
0 commit comments