English translation for one comment

This commit is contained in:
poka 2020-03-19 22:26:21 +01:00
parent 64ba712012
commit f42635193c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ apps=$(echo "$@" | tr " " ",")
[[ $(uname -a | grep arm) ]] && ARM=yes || unset isARM
if [[ $(grep -E 'stretch|18.|19.' /etc/os-release) ]]; then OS=stretch;
elif [[ $(grep buster /etc/os-release) ]]; then OS=buster;
else echo "${c_red}Votre OS n'est pas supporté$c_"; exit 1; fi
else echo "${c_red}Your OS is not supported$c_"; exit 1; fi
sed -i 's/_OS/$OS/g' $MY_PATH/.profile
sed -i 's/_ARM/$ARM/g' $MY_PATH/.profile
sed -i 's/_GPATH/$MY_PATH/g' $MY_PATH/.profile