diff options
author | Giorgio Gilestro | 2022-03-15 10:24:53 +0000 |
---|---|---|
committer | Giorgio Gilestro | 2022-03-15 10:24:53 +0000 |
commit | f297287d1d594f775af78bf52e2b3c31bc99c34d (patch) | |
tree | 548ece2808a5ef06021802f627671efb5ba106f0 /ethoscope-node.install | |
parent | 8ea046b4b4c4de6f5fbdfebbfa990c8ba26fb3a8 (diff) | |
download | aur-f297287d1d594f775af78bf52e2b3c31bc99c34d.tar.gz |
Hopefuly fixes for good some issues related to the GIT source
Diffstat (limited to 'ethoscope-node.install')
-rw-r--r-- | ethoscope-node.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ethoscope-node.install b/ethoscope-node.install index a99a4072bd53..34b3301c03b7 100644 --- a/ethoscope-node.install +++ b/ethoscope-node.install @@ -6,8 +6,8 @@ # arg 1: the new package version post_install() { #echo "changing the remote GIT source to local BARE created during installation" - #cd /opt/ethoscope-node - #git remote set-url origin /srv/git/ethoscope.git + cd /opt/ethoscope-node + git remote set-url origin /srv/git/ethoscope.git #setting branch git checkout dev |