From 24e601ee44f7a2bca7b1c010cb62b3c0f8906f98 Mon Sep 17 00:00:00 2001 From: naoko Date: Sat, 4 May 2019 17:11:12 +0900 Subject: [PATCH] gyazosh test gyazoinstall.sh gyazouninstall.sh --- usr/share/serene-setup-wizard/scripts/gyazoinstall.sh | 5 +++++ usr/share/serene-setup-wizard/scripts/gyazouninstall.sh | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 usr/share/serene-setup-wizard/scripts/gyazoinstall.sh create mode 100644 usr/share/serene-setup-wizard/scripts/gyazouninstall.sh diff --git a/usr/share/serene-setup-wizard/scripts/gyazoinstall.sh b/usr/share/serene-setup-wizard/scripts/gyazoinstall.sh new file mode 100644 index 0000000..205cf52 --- /dev/null +++ b/usr/share/serene-setup-wizard/scripts/gyazoinstall.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.deb.sh | sudo bash +sudo apt-get install gyazo -y + diff --git a/usr/share/serene-setup-wizard/scripts/gyazouninstall.sh b/usr/share/serene-setup-wizard/scripts/gyazouninstall.sh new file mode 100644 index 0000000..2da5b8d --- /dev/null +++ b/usr/share/serene-setup-wizard/scripts/gyazouninstall.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +sudo apt remove gyazo -y + -- 2.11.0