Skip to content

Instantly share code, notes, and snippets.

View lopestom's full-sized avatar
☠️
🃏 💀 ◔ ☳ Learning ☴ Android 14 ☵ 🤖 ☠ 🃏

lopestorm lopestom

☠️
🃏 💀 ◔ ☳ Learning ☴ Android 14 ☵ 🤖 ☠ 🃏
View GitHub Profile
@Fire7ly
Fire7ly / FlashTools-Installer.sh
Last active May 16, 2023 00:14 — forked from nullrndtx/FlashTools-Installer.sh
SP Flash Tool on Linux? Why not? -)
#!/bin/bash
# check root user
if [ "$(id -u)" != 0 ]; then
echo "ERROR! Run this script with root user!"
exit 1
fi
#var
tool="SPflashtools"