From f3d945fd137fc50d558a4ef1cd9b37fdb5e3ccb5 Mon Sep 17 00:00:00 2001 From: MartinEesmaa Date: Mon, 9 May 2022 22:12:33 +1000 Subject: [PATCH] fix codacy problem --- UpdateVVCLinux.sh | 5 +++-- UpdateVVCMacOS.sh | 3 ++- vvcbuildfraun/BuildforLinux.sh | 1 + vvcbuildfraun/BuildforMacOS.sh | 1 + 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/UpdateVVCLinux.sh b/UpdateVVCLinux.sh index f1b55cf..fb9b3d3 100644 --- a/UpdateVVCLinux.sh +++ b/UpdateVVCLinux.sh @@ -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 \ No newline at end of file diff --git a/UpdateVVCMacOS.sh b/UpdateVVCMacOS.sh index d56f171..5950b25 100644 --- a/UpdateVVCMacOS.sh +++ b/UpdateVVCMacOS.sh @@ -1,3 +1,4 @@ +#!/bin/bash brew update brew upgrade ffmpeg -git pull +git pull \ No newline at end of file diff --git a/vvcbuildfraun/BuildforLinux.sh b/vvcbuildfraun/BuildforLinux.sh index 4df59ff..474171d 100644 --- a/vvcbuildfraun/BuildforLinux.sh +++ b/vvcbuildfraun/BuildforLinux.sh @@ -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. diff --git a/vvcbuildfraun/BuildforMacOS.sh b/vvcbuildfraun/BuildforMacOS.sh index 13bbced..4a2b54d 100644 --- a/vvcbuildfraun/BuildforMacOS.sh +++ b/vvcbuildfraun/BuildforMacOS.sh @@ -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.