Remove duplicate installation

This commit is contained in:
Manuel Thalmann 2024-03-20 23:11:26 +01:00
parent 4ec1fdde19
commit 0a56cfc809

View file

@ -1,2 +1,2 @@
#!/bin/bash
sudo apt install -y python3 python-is-python3 python3-pip pipenv;
sudo apt install -y pipenv;