add apt-get update

This commit is contained in:
Dmitry Shibanov 2023-08-07 10:58:51 +02:00
parent c4456b9062
commit ed0262a4e3

View File

@ -72,6 +72,7 @@ class UbuntuPythonBuilder : NixPythonBuilder {
$tkinterInstallString = "sudo apt install -y python-tk tk-dev"
}
Execute-Command -Command "sudo apt-get update"
Execute-Command -Command $tkinterInstallString
### Install dependent packages