Adds better support and compatibility for Arch Linux and Manjaro distributions.
Motivation and Context
I wanted to add better support for Arch Linux distributions and derivatives to this one, the .sh this one is not compatible with this one since Arch #!/bin/sh is not supported and #!/bin/bash is used instead.
How has this been tested?
Tested on Manjaro Linux (An Arch Linux but easier to use)
Types of changes
[x] When FFmpeg was installed, apt was changed to pacman for compatibility reasons.
[x] Changed #!/bin/sh for #!/bin/bash (#!/bin/sh dont works on Arch Linux)
[x] Using source, I have replaced . by source to activate the virtual environment for Arch Linux
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
Motivation and Context
How has this been tested?
Types of changes
apt
was changed topacman
for compatibility reasons.#!/bin/sh
for#!/bin/bash
(#!/bin/sh
dont works on Arch Linux)source
, I have replaced.
bysource
to activate the virtual environment for Arch LinuxChecklist: