Skip to content

Commit 3d6e4f8

Browse files
committed
Improve install scripts
1 parent d58f919 commit 3d6e4f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/install-scripts/post-install.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/bash
22

3-
set -eo pipefail
3+
set -euo pipefail
44

55
echo "Installing AppImageLauncher as interpreter for AppImages"
66

resources/install-scripts/post-uninstall.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/bash
22

3-
set -eo pipefail
3+
set -euo pipefail
44

55
echo "Removing AppImageLauncher as interpreter for AppImages"
66
(set -x; systemctl restart systemd-binfmt)

0 commit comments

Comments
 (0)