apt-get yes

This commit is contained in:
_ 2025-08-30 17:11:58 +00:00
parent 982205b49a
commit 19007ed008

View file

@ -8,7 +8,7 @@ set -euo pipefail
# Wrapping everything in a function to avoid partial download problems # Wrapping everything in a function to avoid partial download problems
main() { main() {
sudo apt-get update sudo apt-get update
sudo apt-get install \ sudo apt-get install -y \
curl \ curl \
kate \ kate \
lua5.4 \ lua5.4 \