From 765db2512bae24d33765ef268c11a2d9e28b4883 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sun, 7 Jun 2020 19:39:54 -0400 Subject: [PATCH] remove libvulkan1 from garbage deletion --- src/video2x_setup_ubuntu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/video2x_setup_ubuntu.sh b/src/video2x_setup_ubuntu.sh index 9e5eb8a..dc162d7 100755 --- a/src/video2x_setup_ubuntu.sh +++ b/src/video2x_setup_ubuntu.sh @@ -2,7 +2,7 @@ # Name: Video2X Setup Script (Ubuntu) # Creator: K4YT3X # Date Created: June 5, 2020 -# Last Modified: June 5, 2020 +# Last Modified: June 7, 2020 # help message if input is incorrect of if -h/--help is specified if [ "$1" == "-h" ] || [ "$1" == "--help" ] || [ "$#" -gt 2 ]; then @@ -214,7 +214,7 @@ apt-get purge -y autoconf build-essential cmake gcc-8 libatlas-base-dev libboost apt-get purge -y libopencv-dev ocl-icd-opencl-dev # purge waifu2x/srmd/realsr-ncnn-vulkan build dependencies -apt-get purge -y libvulkan1 unzip jq +apt-get purge -y unzip jq # run autoremove and purge all unused packages apt-get autoremove --purge -y