mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
- Set more execute permissions after file relocations
This commit is contained in:
0
linux/gui/kinto-gui.py
Normal file → Executable file
0
linux/gui/kinto-gui.py
Normal file → Executable file
0
linux/gui/kinto.desktop
Normal file → Executable file
0
linux/gui/kinto.desktop
Normal file → Executable file
0
linux/kinto.py
Normal file → Executable file
0
linux/kinto.py
Normal file → Executable file
0
linux/xkeysnail.desktop
Normal file → Executable file
0
linux/xkeysnail.desktop
Normal file → Executable file
0
linux/xkeysnail.service
Normal file → Executable file
0
linux/xkeysnail.service
Normal file → Executable file
@@ -470,8 +470,7 @@ if ! [[ $1 == "5" || $1 == "uninstall" || $1 == "Uninstall" ]]; then
|
|||||||
xhost +SI:localuser:root
|
xhost +SI:localuser:root
|
||||||
git clone --depth 10 https://github.com/rbreaves/xkeysnail.git
|
git clone --depth 10 https://github.com/rbreaves/xkeysnail.git
|
||||||
cd xkeysnail
|
cd xkeysnail
|
||||||
git pull --depth 10
|
git checkout kinto
|
||||||
git checkout 51c369084e0045a8410d227bab52411bf84fb65b
|
|
||||||
giturl=$(git ls-remote --get-url)
|
giturl=$(git ls-remote --get-url)
|
||||||
if [ "$giturl" != "https://github.com/rbreaves/xkeysnail.git" ];then
|
if [ "$giturl" != "https://github.com/rbreaves/xkeysnail.git" ];then
|
||||||
echo -e "\nreplacing xkeysnail with fork...\n"
|
echo -e "\nreplacing xkeysnail with fork...\n"
|
||||||
@@ -479,7 +478,7 @@ if ! [[ $1 == "5" || $1 == "uninstall" || $1 == "Uninstall" ]]; then
|
|||||||
rm -rf ./xkeysnail
|
rm -rf ./xkeysnail
|
||||||
git clone --depth 10 https://github.com/rbreaves/xkeysnail.git
|
git clone --depth 10 https://github.com/rbreaves/xkeysnail.git
|
||||||
cd xkeysnail
|
cd xkeysnail
|
||||||
git checkout 51c369084e0045a8410d227bab52411bf84fb65b
|
git checkout kinto
|
||||||
fi
|
fi
|
||||||
sudo pip3 install --upgrade .
|
sudo pip3 install --upgrade .
|
||||||
cd ..
|
cd ..
|
||||||
|
Reference in New Issue
Block a user