Skip to content

Commit 1d5c88b

Browse files
committed
Ubuntu installer unbroken
1 parent 4f0360c commit 1d5c88b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Ubuntu/build_installer.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
3030
repo_base="../../CodeProject.AI-Server"
3131

3232
# Utilities
33-
source "${repo_base}/src/SDK/Scripts/utils.sh"
33+
source "${repo_base}/devops/scripts/utils.sh"
3434

3535
# The path, relative to the root of the install, used to launch the application
3636
# eg "myapp" or "server/myserver". A shortcut to /usr/local/bin will be created
@@ -195,8 +195,9 @@ copyApplicationDirectory() {
195195
cp "${repo_base}/LICENCE.md" "${APPLICATION_DIRECTORY}"
196196

197197
mkdir -p "$APPLICATION_DIRECTORY/SDK"
198+
mkdir -p "$APPLICATION_DIRECTORY/devops"
198199
cp -r "${repo_base}/src/SDK/Python" "${APPLICATION_DIRECTORY}/SDK/Python/"
199-
cp -r "${repo_base}/src/SDK/Scripts" "${APPLICATION_DIRECTORY}/SDK/Scripts/"
200+
cp -r "${repo_base}/devops/scripts" "${APPLICATION_DIRECTORY}/devops/scripts/"
200201
cp "${repo_base}/src/SDK/install.sh" "${APPLICATION_DIRECTORY}/SDK/"
201202
cp "${repo_base}/src/server/install.sh" "${APPLICATION_DIRECTORY}/server/"
202203

0 commit comments

Comments
 (0)