diff --git a/apps/Puffin Browser Demo/credits b/apps/Puffin Browser Demo/credits new file mode 100644 index 0000000..5e21fe8 --- /dev/null +++ b/apps/Puffin Browser Demo/credits @@ -0,0 +1 @@ +Botspot added this app to Pi-Apps. diff --git a/apps/Puffin Browser Demo/description b/apps/Puffin Browser Demo/description new file mode 100644 index 0000000..6b616a5 --- /dev/null +++ b/apps/Puffin Browser Demo/description @@ -0,0 +1,3 @@ +Speeds up web browsing thanks to cloud servers. +This web browser uses cloud servers to load websites for you, instead of making your Pi do it all. +Result: a claimed 1600% browsing speed increase. diff --git a/apps/Puffin Browser Demo/icon-24.png b/apps/Puffin Browser Demo/icon-24.png new file mode 100644 index 0000000..38a3b3d Binary files /dev/null and b/apps/Puffin Browser Demo/icon-24.png differ diff --git a/apps/Puffin Browser Demo/icon-64.png b/apps/Puffin Browser Demo/icon-64.png new file mode 100644 index 0000000..d24b979 Binary files /dev/null and b/apps/Puffin Browser Demo/icon-64.png differ diff --git a/apps/Puffin Browser Demo/install-32 b/apps/Puffin Browser Demo/install-32 new file mode 100755 index 0000000..b5d76d8 --- /dev/null +++ b/apps/Puffin Browser Demo/install-32 @@ -0,0 +1,14 @@ +#!/bin/bash + +DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")" + +function error { + echo -e "\\e[91m$1\\e[39m" + exit 1 +} + +wget https://download.puffinbrowser.com/linux/raspbian/puffin-internet-terminal-demo_8.2.4.705_armhf.deb -O ~/puffin-internet-terminal.deb || error "Failed to download puffin-internet-terminal.deb!" + +sudo apt install -y --fix-missing ~/puffin-internet-terminal.deb || error "APT failed to install puffin-internet-terminal.deb!" + + diff --git a/apps/Puffin Browser Demo/uninstall b/apps/Puffin Browser Demo/uninstall new file mode 100755 index 0000000..57f04e9 --- /dev/null +++ b/apps/Puffin Browser Demo/uninstall @@ -0,0 +1,10 @@ +#!/bin/bash + +DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")" + +function error { + echo -e "\\e[91m$1\\e[39m" + exit 1 +} + +sudo apt purge -y puffin-internet-terminal puffin-internet-terminal-demo diff --git a/apps/Puffin Browser Demo/website b/apps/Puffin Browser Demo/website new file mode 100644 index 0000000..6ff9ae1 --- /dev/null +++ b/apps/Puffin Browser Demo/website @@ -0,0 +1 @@ +https://www.puffin.com/raspberry-pi/