0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

iSHのインストール後の設定 その2

Posted at

前回は触れられなかったタイムゾーンの設定をしてみます。
前回はこちら
https://qiita.com/aruelu/items/60523818da9830e9200f

iSHにタイムゾーンの設定がデフォルトでは入っていないため、インストールから設定までをしてみます。

1.zoneinfoの追加

下記を実行して、必要なファイルを追加します。

apk add tzdata

これで、/usr/share/zoneinfoが追加されます。

2.タイムゾーン設定

ln -s /usr/share/zoneinfo/Asia/Tokyo /etc/localtime

これで、UTCからJSTに変更されます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?