Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunsettechuila/platform-tools-installer
Downloads latest Platform Tools and adds it to the PATH
https://github.com/sunsettechuila/platform-tools-installer
adb bash fastboot installer linux platform-tools powershell windows
Last synced: about 3 hours ago
JSON representation
Downloads latest Platform Tools and adds it to the PATH
- Host: GitHub
- URL: https://github.com/sunsettechuila/platform-tools-installer
- Owner: SunsetTechuila
- License: mit
- Created: 2022-10-11T19:15:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T09:35:42.000Z (about 1 year ago)
- Last Synced: 2023-11-07T10:32:26.495Z (about 1 year ago)
- Topics: adb, bash, fastboot, installer, linux, platform-tools, powershell, windows
- Language: PowerShell
- Homepage:
- Size: 22.5 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Platform Tools Installer
![pti](https://user-images.githubusercontent.com/115353812/221406600-16fb339b-d5de-4359-808e-7c8d31876c2a.png)
## How to (Windows)
Run PowerShell as Administrator, paste these commands and then press Enter.
```powershell
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iwr 'https://raw.githubusercontent.com/SunsetTechuila/Platform-Tools-Installer/main/Platform-Tools-Installer.ps1' -useb | iex
```You can also update Platform Tools in this way.
## Requirements (Windows)
- Windows 7 or higher
- PowerShell 5 or higher## How to (Linux)
Open a console, paste this command and press Enter
```shell
sudo wget -qO- https://raw.githubusercontent.com/SunsetTechuila/Platform-Tools-Installer/main/Platform-Tools-Installer.sh | bash
```You can also update Platform Tools in this way.
## Requirements (Linux)
- Bash
- Unzip package