Update install.sh

This commit is contained in:
Sefinek 2024-12-25 18:58:54 +01:00
parent bd25f9d935
commit fd0e89f056

View file

@ -109,13 +109,13 @@ case $answer in
esac esac
# Clone repository # Clone repository
cd /home || exit cd ~ || exit
if [ ! -d "UFW-AbuseIPDB-Reporter" ]; then if [ ! -d "UFW-AbuseIPDB-Reporter" ]; then
echo "📂 Cloning the UFW-AbuseIPDB-Reporter repository..." echo "📂 Cloning the UFW-AbuseIPDB-Reporter repository..."
git clone https://github.com/sefinek/UFW-AbuseIPDB-Reporter.git --branch node.js git clone https://github.com/sefinek/UFW-AbuseIPDB-Reporter.git --branch node.js
else else
echo "📂 The UFW-AbuseIPDB-Reporter repository already exists. Pulling latest changes..." echo "📂 The UFW-AbuseIPDB-Reporter repository already exists. Pulling latest changes..."
cd UFW-AbuseIPDB-Reporter || exit cd ~/UFW-AbuseIPDB-Reporter || exit
git pull git pull
fi fi