Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024 06:53 AM
The following code solved my problem:
sudo rm -r /var/lib/apt/lists/*
sudo apt clean && sudo apt update --fix-missing -y
*add apt statement for library you're trying to install*This allowed me to successfully spin up the cluster every time using init scripts.