From 015faa4491fa11edcb4ff01d6bb896d8221d7d25 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sat, 9 Jan 2021 18:30:18 -0600 Subject: [PATCH] - Set more execute permissions after file relocations --- linux/gui/kinto-gui.py | 0 linux/gui/kinto.desktop | 0 linux/kinto.py | 0 linux/xkeysnail.desktop | 0 linux/xkeysnail.service | 0 xkeysnail_service.sh | 5 ++--- 6 files changed, 2 insertions(+), 3 deletions(-) mode change 100644 => 100755 linux/gui/kinto-gui.py mode change 100644 => 100755 linux/gui/kinto.desktop mode change 100644 => 100755 linux/kinto.py mode change 100644 => 100755 linux/xkeysnail.desktop mode change 100644 => 100755 linux/xkeysnail.service diff --git a/linux/gui/kinto-gui.py b/linux/gui/kinto-gui.py old mode 100644 new mode 100755 diff --git a/linux/gui/kinto.desktop b/linux/gui/kinto.desktop old mode 100644 new mode 100755 diff --git a/linux/kinto.py b/linux/kinto.py old mode 100644 new mode 100755 diff --git a/linux/xkeysnail.desktop b/linux/xkeysnail.desktop old mode 100644 new mode 100755 diff --git a/linux/xkeysnail.service b/linux/xkeysnail.service old mode 100644 new mode 100755 diff --git a/xkeysnail_service.sh b/xkeysnail_service.sh index e714d7b..3222c99 100755 --- a/xkeysnail_service.sh +++ b/xkeysnail_service.sh @@ -470,8 +470,7 @@ if ! [[ $1 == "5" || $1 == "uninstall" || $1 == "Uninstall" ]]; then xhost +SI:localuser:root git clone --depth 10 https://github.com/rbreaves/xkeysnail.git cd xkeysnail - git pull --depth 10 - git checkout 51c369084e0045a8410d227bab52411bf84fb65b + git checkout kinto giturl=$(git ls-remote --get-url) if [ "$giturl" != "https://github.com/rbreaves/xkeysnail.git" ];then echo -e "\nreplacing xkeysnail with fork...\n" @@ -479,7 +478,7 @@ if ! [[ $1 == "5" || $1 == "uninstall" || $1 == "Uninstall" ]]; then rm -rf ./xkeysnail git clone --depth 10 https://github.com/rbreaves/xkeysnail.git cd xkeysnail - git checkout 51c369084e0045a8410d227bab52411bf84fb65b + git checkout kinto fi sudo pip3 install --upgrade . cd ..