Skip to content

Commit

Permalink
termux.0-to-hero (#1): added STEP 0 & STEP 1
Browse files Browse the repository at this point in the history
  • Loading branch information
fititnt committed May 9, 2019
1 parent 263c68f commit 3ecf133
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
4 changes: 2 additions & 2 deletions termux/0-a-heroi-informacao.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#===============================================================================

if (( $EUID == 0 )); then
echo "EXECUTANDO COMO SUPER USUARIO: sim (pode ser perigoso!)"
echo "ROOT: sim (pode ser perigoso!)"
# echo "Cuidado! Parece que esta executando como superusuario sudo."
else
echo "EXECUTANDO COMO SUPER USUARIO: nao"
echo "ROOT: nao"
fi
37 changes: 37 additions & 0 deletions termux/0-a-heroi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,40 @@ exit 1
# CREATED: 2019-05-08 17:48 BRT
# REVISION: ---
#===============================================================================

#===============================================================================
# PASSO 0 #
#===============================================================================
# Este guia foi feito pensando em Android 5.0+ e Termux. Pode precisar de
# alteracoes para ser executado sem alteracoes em outros Sistemas Operacionais
# e e terminais.
#
# - Site oficial:
# - https://termux.com/
# - Download no Google Play:
# - https://play.google.com/store/apps/details?id=com.termux
# - Download no F-Droid:
# - https://f-droid.org/packages/com.termux/
#
# Os arquivos citados neste documento provavelmetne podem ser baixados de:
# - https://eticaai.github.io/eticaai-shell-scripts/termux/0-a-heroi.sh
# - https://eticaai.github.io/eticaai-shell-scripts/termux/0-a-heroi-informacao.sh
#

#===============================================================================
# PASSO 1 #
#===============================================================================
# Temos um script que pode ser executado automaticamente dar informacoes
# extras. Talvez ele ajuda a ver se voce ja tem os requisitos
# Caso o script estena na pasta local, pode ser executado pelo comando a seguir:

# Permissao de execucao
chmod +x 0-a-heroi-informacao.sh

# Executa os testes
./0-a-heroi-informacao.sh

#===============================================================================
# PASSO 2 #
#===============================================================================
#

0 comments on commit 3ecf133

Please sign in to comment.