Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 90f19fa

Browse files
author
Nils
committed
setup update fix
1 parent dba1f17 commit 90f19fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function my_update(){
123123
clear
124124
echo_title "Get Latest Updates"
125125
curl -f "https://raw.githubusercontent.com/Cyclenerd/ethereum_nvidia_miner/master/files/update.sh" -o ~/update.sh
126-
~/update.sh
126+
bash ~/update.sh
127127
rm ~/update.sh
128128
my_any_key
129129
dialog --backtitle "$MY_UPDATE_TITLE" --msgbox "$MY_UPDATE_OK_TEXT" 7 60

0 commit comments

Comments
 (0)