bashrs 6.66.0

Rust-to-Shell transpiler for deterministic bootstrap scripts
# Installer specification converted from bash script
# Generated by bashrs installer from-bash

[installer]
name = "setup-installer"
version = "1.0.0"
description = "Converted from legacy bash script"

[installer.requirements]
privileges = "user"

[[step]]
id = "step-1-script"
name = "Execute Script"
action = "script"

[step.script]
interpreter = "sh"
content = "set -e"

[[step]]
id = "step-2-apt-update"
name = "Update Package Lists"
action = "script"

[step.script]
interpreter = "sh"
content = "apt-get update"

[[step]]
id = "step-3-install"
name = "Install Packages"
action = "script"

[step.script]
interpreter = "sh"
content = "apt-get install -y curl"

# Packages: ["curl"]

[[step]]
id = "step-4-script"
name = "Execute Script"
action = "script"

[step.script]
interpreter = "sh"
content = "echo done"