Skip to content

Commit

Permalink
Merge pull request #52 from IGEL-Community:LibreOffice-builder-22.04
Browse files Browse the repository at this point in the history
LibreOffice builder 22.04
  • Loading branch information
rneher-igel authored Nov 18, 2024
2 parents b05b2cb + 9aec56f commit 46943c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CP_Source/Office/LibreOffice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

-----

**NOTE:** Builder works for OS11 (build with Ubuntu 18.04 - bionic) and OS12 (build with Ubuntu 20.04 - focal)
**NOTE:** Builder works for OS11 (build with Ubuntu 22.04 - jammy) and OS12 (build with Ubuntu 20.04 - focal)

-----

Expand Down
6 changes: 3 additions & 3 deletions CP_Source/Office/LibreOffice/build/build-libreoffice-cp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#trap read debug

# Creating an IGELOS CP
## Development machine Ubuntu (OS11 = 18.04; OS12 = 20.04)
## Development machine Ubuntu (OS11 = 22.04; OS12 = 20.04)
CP="libreoffice"
ZIP_LOC="https://github.com/IGEL-Community/IGEL-Custom-Partitions/raw/master/CP_Packages/Office"
ZIP_FILE="LibreOffice"
Expand All @@ -20,14 +20,14 @@ MISSING_LIBS_OS12=""

VERSION_ID=$(grep "^VERSION_ID" /etc/os-release | cut -d "\"" -f 2)

if [ "${VERSION_ID}" = "18.04" ]; then
if [ "${VERSION_ID}" = "22.04" ]; then
MISSING_LIBS="${MISSING_LIBS_OS11}"
IGELOS_ID="OS11"
elif [ "${VERSION_ID}" = "20.04" ]; then
MISSING_LIBS="${MISSING_LIBS_OS12}"
IGELOS_ID="OS12"
else
echo "Not a valid Ubuntu OS release. OS11 needs 18.04 (bionic) and OS12 needs 20.04 (focal)."
echo "Not a valid Ubuntu OS release. OS11 needs 22.04 (jammy) and OS12 needs 20.04 (focal)."
exit 1
fi

Expand Down

0 comments on commit 46943c1

Please sign in to comment.