fixed bash command (#305)

Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
This commit is contained in:
Daniel Kleine 2024-08-10 04:29:04 +02:00 committed by GitHub
parent 09a3a73f2d
commit 13dbc548f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ sudo apt-get update && \
sudo apt-get upgrade -y && \ sudo apt-get upgrade -y && \
sudo apt-get install -y python3-pip && \ sudo apt-get install -y python3-pip && \
sudo apt-get install -y python-is-python3 && \ sudo apt-get install -y python-is-python3 && \
sudo apt-get install -y rsync && \ sudo apt-get install -y rsync
``` ```
> [!NOTE] > [!NOTE]