From ac3b023d6de1a954c3a70a453b53abb0f543e4a5 Mon Sep 17 00:00:00 2001 From: Joseph <94092417+Jgoodwin64@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:56:23 -0500 Subject: [PATCH] Update setup.sh No need to have the git repo code in here as they'd need to already have it to run the script. --- setup.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.sh b/setup.sh index 40b7800..de2b48d 100644 --- a/setup.sh +++ b/setup.sh @@ -7,11 +7,6 @@ echo "deb [trusted=yes] https://lambertjamesd.github.io/apt/ ./" | sudo tee /etc # Update system package lists sudo apt update -# Install git and clone a repository -sudo apt install git -y -git clone https://github.com/lambertjamesd/portal64.git -cd portal64 - # Install various packages sudo apt install binutils-mips-n64 gcc-mips-n64 git imagemagick liblua5.4-0 liblua5.4-dev libnustd lua5.4 makemask mpg123 newlib-mips-n64 nodejs n64sdk root-compatibility-environment sfz2n64 sox unzip vtf2png -y