diff --git a/apps/Simple USB Flasher/credits b/apps/Simple USB Flasher/credits new file mode 100644 index 0000000000..28f0ae3b6b --- /dev/null +++ b/apps/Simple USB Flasher/credits @@ -0,0 +1,2 @@ +Made by Shock-OS +Added to Pi-Apps by WombleWoo7547 diff --git a/apps/Simple USB Flasher/description b/apps/Simple USB Flasher/description new file mode 100644 index 0000000000..1c75f2cdca --- /dev/null +++ b/apps/Simple USB Flasher/description @@ -0,0 +1,3 @@ +Finally, a simple Linux app that flashes a wide variety of bootable image formats to block devices such as USB drives, external HDDs and SSDs, and SD cards. It is designed to be straightforward and "just work". It exists as a GUI app and a CLI tool. + +Run using the shortcut in the Raspberry Pi Menu or the CLI using simple-usb-flasher-cli diff --git a/apps/Simple USB Flasher/icon-24.png b/apps/Simple USB Flasher/icon-24.png new file mode 100644 index 0000000000..26b980abe2 Binary files /dev/null and b/apps/Simple USB Flasher/icon-24.png differ diff --git a/apps/Simple USB Flasher/icon-64.png b/apps/Simple USB Flasher/icon-64.png new file mode 100644 index 0000000000..0899f6b925 Binary files /dev/null and b/apps/Simple USB Flasher/icon-64.png differ diff --git a/apps/Simple USB Flasher/install b/apps/Simple USB Flasher/install new file mode 100755 index 0000000000..3bb7394381 --- /dev/null +++ b/apps/Simple USB Flasher/install @@ -0,0 +1,3 @@ +#!/bin/bash + +install_packages https://github.com/Shock-OS/Simple-USB-Flasher/releases/download/v1.7/simple-usb-flasher-1.7-all.deb diff --git a/apps/Simple USB Flasher/uninstall b/apps/Simple USB Flasher/uninstall new file mode 100755 index 0000000000..ab0fa4c1f7 --- /dev/null +++ b/apps/Simple USB Flasher/uninstall @@ -0,0 +1,4 @@ +#!/bin/bash + +#Allow packages required by this app to be uninstalled +purge_packages || exit 1 diff --git a/apps/Simple USB Flasher/website b/apps/Simple USB Flasher/website new file mode 100644 index 0000000000..b177e8af67 --- /dev/null +++ b/apps/Simple USB Flasher/website @@ -0,0 +1 @@ +https://github.com/Shock-OS/Simple-USB-Flasher