From 39790c292e7cee04300b2713b834c0056df61fd5 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 7 Jan 2023 14:12:58 -0300 Subject: Fixed setup.sh to install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 34151f8..56b9114 100755 --- a/install.sh +++ b/install.sh @@ -148,7 +148,7 @@ fi # Cleaning up... # ============================================================================================ -cp setup.sh $install_location +cp install.sh $install_location cp yams /usr/local/bin/yams && chmod +x /usr/local/bin/yams -- cgit v1.2.3