We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71f201 commit d37dd17Copy full SHA for d37dd17
tools-installation-script.sh
@@ -51,7 +51,7 @@ fi
51
52
# creating rom directory
53
printf "${RED}If you already have created a folder for the source code press Esc, then Enter\n${NO_COLOR}"
54
-printf "${YELLOW}If you want to create a folder again, simply continue as instructed\n${NO_COLOR}"
+printf "${RED}If you want to create a folder again, simply continue as instructed\n${NO_COLOR}"
55
read -p "New folder name: " Var_Dir # variable_directory
56
mkdir -p $Var_Dir && cd $Var_Dir # source code location
57
NAME="rm -r $Var_Dir" && dest=$HOME/tools-uninstallation-script.sh
0 commit comments