From f38aca5b1569a0d4ca34e310037dbc8af34bfb39 Mon Sep 17 00:00:00 2001 From: MartinEesmaa Date: Sat, 17 Sep 2022 11:38:17 +1000 Subject: [PATCH] Deprecated update commands --- UpdateVVCLinux.sh | 4 ---- UpdateVVCMacOS.sh | 4 ---- 2 files changed, 8 deletions(-) delete mode 100644 UpdateVVCLinux.sh delete mode 100644 UpdateVVCMacOS.sh diff --git a/UpdateVVCLinux.sh b/UpdateVVCLinux.sh deleted file mode 100644 index fb9b3d3..0000000 --- a/UpdateVVCLinux.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -sudo apt update && sudo apt upgrade -y -sudo apt install ffmpeg qt5-default build-essential git -y -git pull \ No newline at end of file diff --git a/UpdateVVCMacOS.sh b/UpdateVVCMacOS.sh deleted file mode 100644 index 5950b25..0000000 --- a/UpdateVVCMacOS.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -brew update -brew upgrade ffmpeg -git pull \ No newline at end of file