diff --git a/scripts/Common/Software/Pipenv/install.sh b/scripts/Debian/Software/Pipenv/install.sh similarity index 100% rename from scripts/Common/Software/Pipenv/install.sh rename to scripts/Debian/Software/Pipenv/install.sh diff --git a/scripts/PopOS/Collections/personal.sh b/scripts/PopOS/Collections/personal.sh index 1afeea01..b05f2306 100755 --- a/scripts/PopOS/Collections/personal.sh +++ b/scripts/PopOS/Collections/personal.sh @@ -24,7 +24,7 @@ source "../../Debian/Software/Visual Studio Code/install.sh"; source "../../Common/Software/n/install.sh"; source "../../Debian/Software/Python/install.sh"; source "../../Common/Software/pyenv/install.sh"; -source "../../Common/Software/pipenv/install.sh"; +source "../../Debian/Software/Pipenv/install.sh"; source "../../Common/Software/tea/install.sh"; source "../../Common/Software/Godot/install.sh"; source "../../Debian/Software/Virtual Machine Manager/install.sh";