Skip to content

Commit

Permalink
install > master
Browse files Browse the repository at this point in the history
  • Loading branch information
jancelin committed Jun 9, 2020
1 parent 4380158 commit 0933a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage3/01-rtkbase/files/first_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_user="${PWD##*/}"
cd /home/$_user
find ./ -type f -iname "install.sh*" -exec rm {} \;
wget https://raw.githubusercontent.com/stefal/rtkbase/web_gui/tools/install.sh
wget https://raw.githubusercontent.com/stefal/rtkbase/master/tools/install.sh
find ./ -type f -iname "*.sh" -exec chmod +x {} \;
echo '#####MODIFY $(logname) install.sh########'
sed -i -e "s/\$(logname)/$_user/g" /home/$_user/install.sh
Expand Down

0 comments on commit 0933a90

Please sign in to comment.