Open hvnsweeting opened 4 years ago
Run sh -x bootstrap-salt.sh stable failed.
sh -x bootstrap-salt.sh stable
+ __fetch_url /tmp/salt-gpg-GoRjB9Bh.pub https://repo.saltstack.com/apt/debian/10/amd64/latest/SALTSTACK-GPG-KEY.pub + curl -L -s -o /tmp/salt-gpg-GoRjB9Bh.pub https://repo.saltstack.com/apt/debian/10/amd64/latest/SALTSTACK-GPG-KEY.pub + wget -q -O /tmp/salt-gpg-GoRjB9Bh.pub https://repo.saltstack.com/apt/debian/10/amd64/latest/SALTSTACK-GPG-KEY.pub + fetch -q -o /tmp/salt-gpg-GoRjB9Bh.pub https://repo.saltstack.com/apt/debian/10/amd64/latest/SALTSTACK-GPG-KEY.pub + fetch -q -o /tmp/salt-gpg-GoRjB9Bh.pub https://repo.saltstack.com/apt/debian/10/amd64/latest/SALTSTACK-GPG-KEY.pub + ftp -o /tmp/salt-gpg-GoRjB9Bh.pub https://repo.saltstack.com/apt/debian/10/amd64/latest/SALTSTACK-GPG-KEY.pub + return 1 + return 1 + return 1 + echoerror Failed to run install_debian_deps()!!! + printf \033[1;31m * ERROR\033[0m: %s\n Failed to run install_debian_deps()!!! * ERROR: Failed to run install_debian_deps()!!!
The link is broken https://repo.saltstack.com/apt/debian/10/amd64/latest/SALTSTACK-GPG-KEY.pub/
(Include debug logs if possible and relevant.)
Latest
Seem specify python3 would fix it
sh -x bootstrap-salt.sh -x python3 stable
@s0undt3ch FYI.
The error should be more useful than what you saw. We don't support Python 2 on Debian 10(Buster) only Python 3.
Description of Issue
Run
sh -x bootstrap-salt.sh stable
failed.Setup
sh -x bootstrap-salt.sh stable
The link is broken https://repo.saltstack.com/apt/debian/10/amd64/latest/SALTSTACK-GPG-KEY.pub/
Steps to Reproduce Issue
(Include debug logs if possible and relevant.)
Versions Report
Latest
Seem specify python3 would fix it