diff --git a/README.md b/README.md index 475c11f4..0db95185 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,12 @@ When you're ready to build, run `sudo ./runme.sh` . Once it's complete, the fin If you run the script without any options, it will build whichever OS you are currently running, and prompt for which desktop environment and repository you wish to use. If you wish, however, you can manually specify these options instead (for example, to script an image to be built nightly or weekly): -* -u - * Unattended mode (skip the menu, required for the other options to function) -* -l - * Linux distribution you wish to build (can be either "Kali" or "Parrot") -* -d - * Desktop environment (can be one of "cinnamon", "gnome", "kde", "lxde", "mate", or "xfce") -* -r (optional) - * Repository (can be either "default" for the distribution's default repo, or an IP address) +| Flag | Option | Description | +| --- | --- | --- | +| -u | Unattended mode | Skip the menu (required for the other options to function) | +| -l | Distribution | Can be either "Kali" or "Parrot" | +| -d | Desktop environment | Can be one of "cinnamon", "gnome", "kde", "lxde", "mate", or "xfce" | +| -r | Repository (optional) | Can be either "default" for the distribution's default repo, or an IP address | ## Examples `sudo ./runme.sh -u -l Kali -d mate -r 192.168.0.30` diff --git a/debs/btrfs-tools_4.15.1-1build1_amd64.deb b/debs/btrfs-tools_4.15.1-1build1_amd64.deb new file mode 100644 index 00000000..48964e9c Binary files /dev/null and b/debs/btrfs-tools_4.15.1-1build1_amd64.deb differ