diff --git a/scripts/dist/Makefile b/scripts/dist/Makefile index 38561b71c..a8a0f173f 100644 --- a/scripts/dist/Makefile +++ b/scripts/dist/Makefile @@ -17,11 +17,11 @@ clean: apt-get -y autoclean rm -rf /var/lib/apt/lists/* gpu: - ./install-gpu.sh + /scripts/install-gpu.sh tensorflow: - ./install-tensorflow.sh auto + /scripts/install-tensorflow.sh auto davfs: - ./install-davfs.sh + /scripts/install-davfs.sh nano: apt-get update apt-get -qq install nano