> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dwe.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 기존 시스템에 dweOS 설치

> 이 가이드는 기존 Linux 시스템에 dweOS 소프트웨어를 설치하는 방법을 안내합니다.

<Tip>
  **BlueOS**를 사용 중인 경우, [이 가이드](/ko/dwe-os/installation/blueos)를 따라 확장으로 설치하세요.
</Tip>

## 시작하기

<Steps>
  <Step title="설치 스크립트">
    Raspberry Pi 또는 다른 Linux 기반 시스템에 설치하려면, 다음 명령을 실행할 수 있습니다:

    ```sh theme={null}
    curl -s https://raw.githubusercontent.com/DeepwaterExploration/dweOS/main/install.sh | sudo bash -s
    ```

    <Warning>
      **하드웨어 PWM 관련 참고 사항(RPi 4/5)**
      이 스크립트를 실행해도 하드웨어(고정밀) PWM이 **자동으로** 활성화되지 않습니다.

      이 기능을 사용하려면 Raspberry Pi의 `config.txt` 파일에서 수동으로 활성화해야 합니다.
      이를 수행하는 단계별 안내는
      [GitHub의 Installation 섹션](https://github.com/DeepwaterExploration/dweOS?tab=readme-ov-file#raspberry-pi-hardware-pwm)을 참고하세요.
    </Warning>
  </Step>

  <Step title="완료.">
    설치가 완료되면, 스크립트는 다음 메시지와 함께 종료되어야 합니다:

    ```
    Successfully installed dweOS
    ```
  </Step>

  <Step>
    스크립트 실행 후, 웹 브라우저에서 장치의 IP 주소로 인터페이스에 접속할 수 있습니다.
  </Step>
</Steps>
