40 lines
1007 B
Markdown
40 lines
1007 B
Markdown
# 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
|
|
```
|
|
and then
|
|
```
|
|
cd ~/BlueHam
|
|
just setup
|
|
```
|
|
|
|
# Oops, I goofed! It's Broken! I don't want it anymore! Etc...
|
|
|
|
```
|
|
cd ~/BlueHam
|
|
just done-goofed
|
|
```
|
|
|
|
# Reruns
|
|
If you want to rerun 73 Linux setup process, you can run
|
|
```
|
|
just run-73Linux
|
|
```
|
|
followed by
|
|
```
|
|
just export-apps
|
|
```
|
|
to add the new apps to your menu.
|
|
|
|
And if for some reason you need to fix your serial port permissions, you can run
|
|
```
|
|
just fix-permissions
|
|
```
|
|
## When this particular command asks for your password, it means your login password for the system. |