fix echos
This commit is contained in:
parent
2d1ed77df3
commit
a4bed938a3
1 changed files with 5 additions and 5 deletions
|
@ -20,8 +20,8 @@ if [ -x $HOME/.vscodium_scripts ] ; then # if the folder already exists (not the
|
|||
|
||||
else # if the folder isn't already created (first run?)
|
||||
|
||||
#echo "First run, adding commmands to shell, you will need to restart your shell"
|
||||
#echo "to use theses commands : \"code\" for Codium and \"updateCodium\" to update it."
|
||||
echo "First run, adding commmands to shell, you will need to restart your shell"
|
||||
echo "to use theses commands : \`code\` for Codium and \`updateCodium\` to update it."
|
||||
|
||||
# adding code command and updateCodium command
|
||||
# to all the shell installed
|
||||
|
@ -66,6 +66,6 @@ chmod u+x VSCodium.AppImage
|
|||
echo ""
|
||||
# not really installed because no packet manager know what happened
|
||||
echo "VSCodium is now downloaded and \"installed*\" at $PWD/VSCodium.AppImage."
|
||||
echo "You need to restart your shell to use all the new commands."
|
||||
echo "`updateCodium` -> update Codium to the latest version"
|
||||
echo "`code` -> start Codium"
|
||||
#echo "You need to restart your shell to use all the new commands."
|
||||
echo "\`updateCodium\` -> update Codium to the latest version"
|
||||
echo "\`code\` -> start Codium"
|
||||
|
|
Reference in a new issue