Skip to content
Snippets Groups Projects
Commit 48b2a204 authored by Riaposov, Aleksandr Olegovich's avatar Riaposov, Aleksandr Olegovich
Browse files

fixed filepath

parent 13fb76e8
Branches
Tags
No related merge requests found
...@@ -394,7 +394,7 @@ ${gitrepotext}" \ ...@@ -394,7 +394,7 @@ ${gitrepotext}" \
else zenity --info --width 240 --height 240 --text "This option is not yet supported for your OS" else zenity --info --width 240 --height 240 --text "This option is not yet supported for your OS"
fi fi
elif [[ $updatewindow = "Update LAMA" ]]; then elif [[ $updatewindow = "Update LAMA" ]]; then
curl --header "" 'https://gitlab.rrz.uni-hamburg.de/api/v4/projects/3164/repository/files/lama%2Esh/raw?ref=main' > LAMA-temp.sh; rm $0; mv LAMA-temp.sh $0 curl --header "" 'https://gitlab.rrz.uni-hamburg.de/api/v4/projects/3164/repository/files/LAMA%2Esh/raw?ref=main' > LAMA-temp.sh; rm $0; mv LAMA-temp.sh $0
lamaupdated=$(zenity --info --width 240 --height 240 --text "LAMA was updated" --ok-label "Reload LAMA") lamaupdated=$(zenity --info --width 240 --height 240 --text "LAMA was updated" --ok-label "Reload LAMA")
if [ $? -eq 0 ]; then bash $0 & exit 0; fi if [ $? -eq 0 ]; then bash $0 & exit 0; fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment