diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-07 14:12:58 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-07 14:12:58 -0300 |
commit | 39790c292e7cee04300b2713b834c0056df61fd5 (patch) | |
tree | 01bc1735ecf935acc7cf95c0c04a4140e911cfe5 /install.sh | |
parent | 7162d68152e68bf2d1aa43ae1987c8e7587036e4 (diff) |
Fixed setup.sh to install.sh
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |