Skip to content

Commit

Permalink
Reorganize notes about bash, sh, and sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanways committed Jan 14, 2024
1 parent 6674f93 commit 4ca48a6
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,17 @@ Universal Chroot environment that can be deployed to most Linux distributions, e
- Easily customizable source code
- Full Linux, Android, and Chromebook compatibility

## Build a boxes Management System
## Build a boxes management system

### Bash, Sh, and sudo

Basically, Pandoras requires Bash to run itself, while boxes can be created to run different shells like Sh or Bash.

Keep in mind that the availability and functionality of Bash may vary based on the specific device, Android version, or Chromebook model you are using.

To get Bash, Android users can install an app such as Termux. Chromebook's users can use Bash after the activation of the Developer Mode.

System users without the sudo command, must log in as root instead.

### Create your Pandoras directory

Expand Down Expand Up @@ -53,12 +63,6 @@ If you want to have a main directory instead of /var/pandoras make sure you edit
export dir=#your custom directory, or just leave it if you want to use /var/pandoras
```

Keep in mind that the availability and functionality of Bash may vary based on the specific device, Android version, or Chromebook model you are using.

Basically, Pandoras requires Bash to run itself, while boxes can be created to run different shells like Sh or Bash.

To get Bash, Android users can install an app such as Termux. Chromebook's users can use Bash after the activation of the Developer Mode.

## Install Debootstrap

For Debian based distributions, run:
Expand Down

0 comments on commit 4ca48a6

Please sign in to comment.