Skip to content

Commit d3a25b8

Browse files
authored
fix(script): Install curl before downloading OnlyOffice
1 parent 5d02064 commit d3a25b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

08-install-software.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ export DEBIAN_FRONTEND=noninteractive
44

55
echo "--> Installing Essential Software..."
66

7+
# 0. Prerequisite: Install curl (needed for downloading OnlyOffice)
8+
echo "--> Installing download tools..."
9+
apt-get install -y curl
10+
711
# 1. Multimedia & Codecs (The "Play Everything" Pack)
812
# ffmpeg, gstreamer plugins for wide format support, and VLC
913
echo "--> Installing Codecs and VLC..."

0 commit comments

Comments
 (0)