Skip to content

Commit

Permalink
Update compile-installers.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber authored Dec 9, 2024
1 parent 9f92d11 commit 8752cbd
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions installers/compile-installers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,3 @@ echo "$INSTALL_BASE" >> ubuntu-22.04/install.sh
echo "$INSTALL_LOG" >> ubuntu-22.04/install.sh
echo "$DOWNLOAD_WEB" >> ubuntu-22.04/install.sh
echo "$INSTALL_WEB" >> ubuntu-22.04/install.sh




# Compile ubuntu-24.04 installers

# get content from file
INSTALL_BASE=$(cat ubuntu-24.04/install-partial/install_base.sh)
INSTALL_LOG=$(cat ubuntu-20.04/install-partial/install_log.sh)
DOWNLOAD_WEB=$(cat ubuntu-20.04/install-partial/download_web.sh)
INSTALL_WEB=$(cat ubuntu-20.04/install-partial/install_web.sh)

# create installer
rm -rf ubuntu-24.04/install.sh
echo "$INSTALL_BASE" >> ubuntu-24.04/install.sh
echo "$INSTALL_LOG" >> ubuntu-24.04/install.sh
echo "$DOWNLOAD_WEB" >> ubuntu-24.04/install.sh
echo "$INSTALL_WEB" >> ubuntu-24.04/install.sh

0 comments on commit 8752cbd

Please sign in to comment.