We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af236cb + 54afcee commit 9eb2316Copy full SHA for 9eb2316
scripts/APPIMAGE_INSTALL.sh
@@ -1,10 +1,10 @@
1
-#!/bin/bash
+#!/usr/bin/env sh
2
3
# exit on error
4
set -e
5
6
# Move to script's directory
7
-SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
+SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
8
cd "${SCRIPT_DIR}"
9
10
#add .desktop file (which should allow most DE's easy access to the program
scripts/DYNAMIC_INSTALL.sh
0 commit comments