Update install.sh

This commit is contained in:
mannem srinivas
2024-09-16 15:32:15 +05:30
committed by GitHub
parent a47f8280e6
commit 27b84d69ea

View File

@@ -370,7 +370,6 @@ nvm_check_global_modules() {
append_to_file() {
local file=$1
local code=$2
echo "$code" >> "$file"
echo "code added to the file"
}