This commit is contained in:
2025-02-07 05:57:09 +03:00
parent f079122be5
commit df5aa1f1a3

View File

@@ -472,7 +472,9 @@ mkdir -p ~/code
# Check if v needs to be installed # Check if v needs to be installed
if [ "$RESET" = true ] || ! command_exists v; then if [ "$RESET" = true ] || ! command_exists v; then
os_update if ! is_github_actions; then
os_update
fi
sshknownkeysadd sshknownkeysadd