mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 02:24:23 -05:00
Run apt update before the apt install in install-timelord.sh to ensure package lists are up to date (#20471)
Run apt update before the install to ensure package lists are up to date
This commit is contained in:
@@ -95,6 +95,9 @@ if [ -e "$THE_PATH" ]; then
|
||||
else
|
||||
if [ -e venv/bin/python ] && test "$UBUNTU_DEBIAN"; then
|
||||
echo "Installing chiavdf dependencies on Ubuntu/Debian"
|
||||
# Update package lists before install
|
||||
echo "apt-get update"
|
||||
sudo apt-get update
|
||||
# Install remaining needed development tools - assumes venv and prior run of install.sh
|
||||
echo "apt-get install libgmp-dev libboost-python-dev $PYTHON_DEV_DEPENDENCY libboost-system-dev build-essential -y"
|
||||
sudo apt-get install libgmp-dev libboost-python-dev "$PYTHON_DEV_DEPENDENCY" libboost-system-dev build-essential -y
|
||||
|
||||
Reference in New Issue
Block a user