mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
feat: update Python installation script with package list refresh
- Added 'apt-get update -y' before package installation to ensure latest package information - Ensures dependencies are installed from the most recent package lists
This commit is contained in:
@@ -15,6 +15,9 @@ print_usage() {
|
||||
|
||||
# Function to install Python dependencies
|
||||
install_dependencies() {
|
||||
# Update package lists
|
||||
apt-get update -y
|
||||
|
||||
apt install -y \
|
||||
make \
|
||||
build-essential \
|
||||
|
||||
Reference in New Issue
Block a user