fix codacy problem

This commit is contained in:
MartinEesmaa 2022-05-09 22:12:33 +10:00
parent 4b2204bf77
commit f3d945fd13
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
sudo apt update && sudo apt upgrade -y
sudo apt install ffmpeg qt5-default build-essential git -y
sudo apt update
git pull
git pull

View File

@ -1,3 +1,4 @@
#!/bin/bash
brew update
brew upgrade ffmpeg
git pull
git pull

View File

@ -1,3 +1,4 @@
#!/bin/bash
echo Martin Eesmaa / VVC Compiler (vvenc and vvdec)
echo We will check packages called: build-essential and cmake
echo It will check, if the build-essential and cmake packages are installed or not.

View File

@ -1,3 +1,4 @@
#!/bin/bash
echo Martin Eesmaa / VVC Compiler (vvenc and vvdec)
echo Please make sure your Xcode is installed on your Applications.
echo.