Skip to content

Upgradation

Jewel Shikder Jony edited this page Jan 20, 2025 · 5 revisions

Assuming you are using FAST and want to upgrade it to the latest version. There are 3 ways to upgrade FAST to the latest version:

  1. Running upgrade command (recommended)
  2. Running terminal scripts
  3. Manual Process.

Upgrade by Command

This is the recommended way to upgrade FAST to the latest version.

  1. Open terminal and run fast upgrade.
  2. If an update is available it will ask to download it. Enter Yes to download the latest update.
  3. It will ask for upgrade model (Clean or Dirty).
    3.1: Clean means download the full setup package and Dirty means it only download the fast.jar.
    3.2: Downloading a clean installation is recommended.
  4. Now It will download the selected latest version. Wait while it downloads.
  5. You're done ✅️

⚠️ If you want to force clean install, pass -f as an argument. E.g. fast upgrade -f

Upgrade by Scripts

If you want to do a clean install please follow this wiki.

🖥 Windows (PowerShell)

  1. Make sure that FAST is already installed on your system.
  2. Run the the below command on Windows PowerShell.
iwr https://raw.githubusercontent.com/jewelshkjony/fast-cli/main/scripts/update/win.ps1 -useb | iex
  1. You're done. Check the version of updated FAST.

💻 Linux, MacOS & Android Termux

  1. Make sure that FAST is already installed on your system.
  2. Run the below command on terminal.
curl -fsSL https://raw.githubusercontent.com/jewelshkjony/fast-cli/main/scripts/update/install.sh | sh
  1. Done. Check the version of updated FAST.

⚙️ Manual Process

  1. Download the update.zip from here.
  2. Open FileManager and navigate to the installation directory of FAST.
  3. Unzip the update.zip and replace the fast.jar with the newly downloaded one.
  4. You're done. Check the version of updated FAST.
Clone this wiki locally