ソースを参照

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


読み込み中…
キャンセル
保存