Added app.conf file

This commit is contained in:
2025-03-11 22:01:23 +03:00
parent c89e3bdada
commit c909d5b20a
3 changed files with 55 additions and 9 deletions

View File

@@ -48,9 +48,10 @@ cp "$CODE_DIR/scripts/"* "$APP_DIR/scripts/"
# Give execution permission to all scripts
chmod +x "$APP_DIR/scripts/"*
# Run the manager.sh script with the "install" argument
echo
echo "--------------------"
echo
mkdir -p "$HOME/.local/bin"
ln -s "$APP_DIR/scripts/manager.sh" "$HOME/.local/bin/db-middleware"
export PATH="$HOME/.local/bin:$PATH"
source ~/.bashrc
# Run the manager.sh script with the "install" argument
"$APP_DIR/scripts/manager.sh" install