Ver a proveniência

Formatting Updates

Few updates to files for formatting consistency (aesthetics).
pull/120/head
Justin Karimi há 3 anos
ascendente
cometimento
acb63d801c
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      install.sh

+ 3
- 3
install.sh Ver ficheiro

@@ -35,7 +35,7 @@ fi

### Verify cloned repo
if [ ! -e "$HOME/raspberry-noaa" ]; then
die "Is https://github.com/reynico/raspberry-noaa cloned in your home directory?"
die "Is https://github.com/reynico/raspberry-noaa cloned in your home directory?"
fi

### Install required packages
@@ -257,10 +257,10 @@ echo "
"

read -rp "Enter your latitude (South values are negative): "
lat=$REPLY
lat=$REPLY

read -rp "Enter your longitude (West values are negative): "
lon=$REPLY
lon=$REPLY

read -rp "Enter your timezone (Ex: -3 for Argentina time): "
timezone=$REPLY


Carregando…
Cancelar
Guardar