Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala committed May 21, 2024
1 parent cae32ca commit c650ab9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kettle/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ install() {
curl -o pdi-ce.zip https://privatefilesbucket-community-edition.s3.us-west-2.amazonaws.com/9.4.0.0-343/ce/client-tools/pdi-ce-9.4.0.0-343.zip
unzip pdi-ce.zip # all unzipped content is wrapped in folder data-integration
./data-integration/spoon.sh

}
ubuntu-preinstall() {
echo "deb http://mirrors.kernel.org/ubuntu bionic main universe" | sudo tee -a /etc/apt/sources.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
sudo apt update
sudo apt install -y libwebkitgtk-1.0-0 libcanberra-gtk-module libcanberra-gtk3-module
}
oracle(){
curl -o ./data-integration/ojdbc.jar https://download.oracle.com/otn-pub/otn_software/jdbc/234/ojdbc11.jar
}
$@

0 comments on commit c650ab9

Please sign in to comment.