From 5db0672423c2c56a38b5e2ed62d81aaa6a7d9a85 Mon Sep 17 00:00:00 2001 From: BJ Dweck Date: Mon, 5 Oct 2020 16:34:27 +0200 Subject: [PATCH] Fixed /bin/bash reference --- install-ubuntu2004.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-ubuntu2004.sh b/install-ubuntu2004.sh index 2685302..8d554d5 100755 --- a/install-ubuntu2004.sh +++ b/install-ubuntu2004.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash apt update apt install -y tor python3-pip