瀏覽代碼

Formatting Updates

Few updates to files for formatting consistency (aesthetics).
pull/120/head
Justin Karimi 3 年之前
父節點
當前提交
acb63d801c
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      install.sh

+ 3
- 3
install.sh 查看文件

@@ -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


Loading…
取消
儲存