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 ```