Update install.sh
This commit is contained in:
parent
bd25f9d935
commit
fd0e89f056
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue