From 5c95d1b3ab7edea7b2c1e049a21529e477ee28bd Mon Sep 17 00:00:00 2001 From: Eric Lynema Date: Tue, 19 Aug 2025 16:37:22 -0400 Subject: [PATCH] Updates to a few little issues. --- 73-run.sh | 2 +- readme.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/73-run.sh b/73-run.sh index fca5658..5b6f25c 100644 --- a/73-run.sh +++ b/73-run.sh @@ -1,3 +1,3 @@ #!/bin/bash bash 73Linux/73.sh -sudo apt --fix-broken install \ No newline at end of file +sudo apt --fix-broken install -y \ No newline at end of file diff --git a/readme.md b/readme.md index 12b0eed..268454b 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,11 @@ # BlueHam Welcome to blueham, a great way to run 73Linux install scripts on Universal Blue Linux, such as Aurora or Bazzite. +The magic is containers, we take the squishy complicated linux bits and put them in a nice predictable HamBox. Give it a try. + # How to run: +## Important Note for install: At some point the 73 Linux installer will ask for your password, please leave this blank, as the HamBox container has no root password. + ``` git clone https://git.sdf.org/epl692/BlueHam ```