updated install_binary.sh

pull/2/head
Hari Sekhon 3 years ago
parent bd9c4287da
commit 26fd07785d

@ -87,7 +87,7 @@ timestamp "Setting executable"
chmod +x "$download_file"
echo
destination="${3:-$download_file}"
destination="${3:-${download_file##*/}}"
if ! [[ "$destination" =~ ^/ ]]; then
if [ $EUID = 0 ]; then

Loading…
Cancel
Save