diff options
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 |