diff --git a/installgpush.sh b/installgpush.sh index 67195ae..bcfd3a9 100644 --- a/installgpush.sh +++ b/installgpush.sh @@ -3,4 +3,5 @@ mkdir /opt/gpush wget https://git.moelle.space/hxcde/git-help/raw/branch/main/pushchanges.sh mv pushchanges.sh /opt/gpush/" -echo alias "gpush='sh /opt/gpush/pushchanges.sh'" >> ~\.bashrc \ No newline at end of file +cd ~ +echo alias "gpush='sh /opt/gpush/pushchanges.sh'" >> .bashrc \ No newline at end of file