Skip to content

Commit

Permalink
Remove git clone from debian, and macos scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
BanjoFox committed Aug 29, 2023
1 parent 3b66b85 commit f6f2715
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions dev-setup/debian-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ echo "Installing Rust tools..."
rustup component add rustfmt clippy cargo-watch
cargo install diesel_cli --no-default-features --features "postgres"

# Clone Aardwolf:
echo "Switching to home directory"
cd ~/
echo "Cloning Aardwolf..."
git clone https://github.com/aardwolf/aardwolf

# Setup PostgreSQL
echo "Setting up PostgreSQL..."
sudo systemctl enable postgresql.service
Expand Down
6 changes: 0 additions & 6 deletions dev-setup/macos-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ echo "Installing Rust tools..."
rustup component add rustfmt clippy
cargo instal diesel_cli --no-default-features --features "postgres"

# Clone Aardwolf:
echo "Switching to home directory"
cd ~/
echo "Cloning Aardwolf..."
git clone https://github.com/aardwolf/aardwolf

# Create the aardwolf database
echo "Creating the aardwolf database..."
DB_NAME=aardwolf
Expand Down

0 comments on commit f6f2715

Please sign in to comment.