Skip to content

Instantly share code, notes, and snippets.

View lopestom's full-sized avatar
☠️
💀

lopestorm lopestom

☠️
💀
View GitHub Profile
@Fire7ly
Fire7ly / FlashTools-Installer.sh
Last active May 15, 2024 11:51 — 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"