Compare commits
3 Commits
dev
...
36eabb27d0
| Author | SHA1 | Date | |
|---|---|---|---|
| 36eabb27d0 | |||
| 4fe8d6106a | |||
| 0c8ac64fc6 |
@@ -1,5 +1,5 @@
|
|||||||
# J.A.R.V.I.S. - AI
|
# J.A.R.V.I.S. - AI
|
||||||
|
|
||||||
Setup:
|
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
|
||||||
|
|
||||||
|
|||||||
2
setup.sh
2
setup.sh
@@ -25,7 +25,7 @@ sudo apt-get install -y wget sshpass python3-pip python3-venv
|
|||||||
# 3. Repository klonen
|
# 3. Repository klonen
|
||||||
if [ ! -d "$INSTALL_DIR" ]; then
|
if [ ! -d "$INSTALL_DIR" ]; then
|
||||||
echo "--- Klone Repository von $REPO_URL..."
|
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
|
else
|
||||||
echo "--- Verzeichnis $INSTALL_DIR existiert bereits. Überspringe Klonen..."
|
echo "--- Verzeichnis $INSTALL_DIR existiert bereits. Überspringe Klonen..."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user