Compare commits
3
Commits
main
...
36eabb27d0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36eabb27d0 | ||
|
|
4fe8d6106a | ||
|
|
0c8ac64fc6 |
@@ -1,5 +1,5 @@
|
||||
# J.A.R.V.I.S. - AI
|
||||
|
||||
Setup:
|
||||
curl -sSL https://git.pi-farm.de/pi-farm/PiDoBot/raw/branch/dev/setup.sh | bash
|
||||
curl -sSL https://git.pi-farm.de/pi-farm/PiDoBot/raw/branch/main/setup.sh | bash
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ sudo apt-get install -y wget sshpass python3-pip python3-venv
|
||||
# 3. Repository klonen
|
||||
if [ ! -d "$INSTALL_DIR" ]; then
|
||||
echo "--- Klone Repository von $REPO_URL..."
|
||||
git clone --branch dev --single-branch "$REPO_URL" "$INSTALL_DIR"
|
||||
git clone --branch main --single-branch "$REPO_URL" "$INSTALL_DIR"
|
||||
else
|
||||
echo "--- Verzeichnis $INSTALL_DIR existiert bereits. Überspringe Klonen..."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user