diff --git a/lib/util-yaml.sh b/lib/util-yaml.sh index 8c377e5..b91c42a 100644 --- a/lib/util-yaml.sh +++ b/lib/util-yaml.sh @@ -159,7 +159,9 @@ write_packages_conf(){ echo "---" > "$conf" echo "backend: pacman" >> "$conf" echo '' >> "$conf" + echo "skip_if_no_internet: true" >> "$conf" echo "update_db: true" >> "$conf" + echo "update_system: true" >> "$conf" } write_welcome_conf(){