-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
PMG Post Install
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pmg-install.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
No response
π Provide a clear and concise description of the issue.
apt is complaining of a duplicate entry in /etc/apt/sources.list.d. Probably the solution would be to remove pmg.list?
This is the output from apt update:
W: Target Packages (pmg-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/pmg-install-repo.list:1 and /etc/apt/sources.list.d/pmg.list:1
π Steps to reproduce the issue.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pmg-install.sh)"
β Paste the full error output (if available).
W: Target Packages (pmg-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/pmg-install-repo.list:1 and /etc/apt/sources.list.d/pmg.list:1
W: Target Packages (pmg-no-subscription/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/pmg-install-repo.list:1 and /etc/apt/sources.list.d/pmg.list:1
W: Target Translations (pmg-no-subscription/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/pmg-install-repo.list:1 and /etc/apt/sources.list.d/pmg.list:1
W: Target Translations (pmg-no-subscription/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/pmg-install-repo.list:1 and /etc/apt/sources.list.d/pmg.list:1
W: Target Packages (pmg-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/pmg-install-repo.list:1 and /etc/apt/sources.list.d/pmg.list:1
W: Target Packages (pmg-no-subscription/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/pmg-install-repo.list:1 and /etc/apt/sources.list.d/pmg.list:1
W: Target Translations (pmg-no-subscription/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/pmg-install-repo.list:1 and /etc/apt/sources.list.d/pmg.list:1
W: Target Translations (pmg-no-subscription/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/pmg-install-repo.list:1 and /etc/apt/sources.list.d/pmg.list:1
πΌοΈ Additional context (optional).
No response