-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# drei - DaVinci Resolve Easy Installer (Alpha) | ||
|
||
**Caution: This project is currently in the alpha stage. Use with care and expect potential issues.** | ||
|
||
**drei** is a bash script designed to simplify the installation process of DaVinci Resolve on Linux distributions. The script utilizes containerization to ensure a consistent environment across different systems. | ||
|
||
## Features | ||
|
||
- **Interactive Setup**: The script interactively guides users through the installation process. | ||
- **Distribution Support**: Supports Debian, Fedora, Arch Linux, and their equivalents. | ||
- **Containerized Environment**: Uses `distrobox` to create a containerized environment for installing DaVinci Resolve. | ||
- **Dependency Management**: Automatically installs necessary dependencies based on the user's Linux distribution. | ||
|
||
## Usage | ||
|
||
```bash | ||
git clone https://github.com/legdna/drei | ||
cd drei | ||
./drei-by-legdna.sh | ||
``` | ||
|
||
4. Follow the on-screen instructions to complete the installation. | ||
|
||
**Note: This project is in the alpha stage, and issues may arise during installation or usage. Use with caution, and consider backing up important data before running the script. Contributions and bug reports are highly appreciated.** |