#!/bin/sh . /etc/os-release if [ "$ID" = "ubuntu" ];then sudo apt update sudo apt -y upgrade sudo apt -y install lxde sudo apt -y install language-pack-ja sudo update-locale LANG=ja_JP.UTF-8 sudo apt -y install fcitx-mozc sudo dpkg-reconfigure tzdata fi if [ "$ID" = "debian" ];then sudo apt update sudo apt -y upgrade sudo apt -y install lxde sudo apt -y install task-japanese sudo apt -y install task-japanese-desktop sudo dpkg-reconfigure locales . /etc/default/locale sudo apt -y install fcitx-mozc sudo apt -y install dbus-x11 sudo dpkg-reconfigure tzdata fi if [ "$GTK_IM_MODULE" = "" ]; then cat >> $HOME/.profile <