Fix hook scripts and permissions

This commit is contained in:
2023-11-07 14:28:12 +01:00
parent 955edeccff
commit 724a1a1a1d
5 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,9 @@
#!/bin/bash
set -e
#set -e
wget https://download.xnview.com/XnViewMP-linux-x64.deb
dpkg -i XnViewMP-linux-x64.deb
apt -fy install
exit 0
exit 0