มาใช้ terminal ให้เท่ด้วย superfile

Installation Script

Linux / MacOs

Just copy and paste this one-line command:

Terminal window

bash -c "$(curl -sLo- https://superfile.netlify.app/install.sh)"

หรือ wget:

Terminal window

bash -c "$(wget -qO- https://superfile.netlify.app/install.sh)"

Windows

It actually supports windows! Well… sort of.

ใช้ powershell to run this command:

สำหรับ Terminal window

powershell -ExecutionPolicy Bypass -Command "Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://superfile.netlify.app/install.ps1'))"

ถ้าจะ uninstall ใช้ uninstall.ps1

powershell -ExecutionPolicy Bypass -Command "Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://superfile.netlify.app/uninstall.ps1'))"

Refer: Install superfile | superfile