Date: Mon, 3 Jul 2017 13:48:35 +0200 From: Matthias Apitz <guru@unixarea.de> To: freebsd-questions@freebsd.org Cc: Boris Samorodov <bsam@passap.ru> Subject: Re: passwordmanager && browserpass Message-ID: <20170703114835.GA19599@sh4-5.1blu.de>
next in thread | raw e-mail | index | archive | help
Hello, Boris, thanks for your hint; I'm a bit further or nearly through, I did: $ cd $ go get -u github.com/dannyvankooten/browserpass $ GOPATH=/home/guru/go export GOPATH $ cd $GOPATH/src/github.com/dannyvankooten/browserpass/cmd/browserpass $ go build [*] $ ls -l total 2884 -rwxr-xr-x 1 guru wheel 2901409 3 jul. 13:02 browserpass -rw-r--r-- 1 guru wheel 357 3 jul. 13:00 main.go $ PATH=$PATH:$GOPATH/bin $ go install $ ls -l $GOPATH/bin total 2880 -rwxr-xr-x 1 guru wheel 2901409 3 jul. 13:03 browserpass so far so good, but: Now the installation requires the integration with the browser through some script 'install.sh'; I looked for it and did: $ bash src/github.com/dannyvankooten/browserpass/install.sh Select your browser: ==================== 1) Chrome 2) Chromium 3) Firefox 4) Vivaldi 1-4: 3 Installing Firefox host config cp: /home/guru/go/src/github.com/dannyvankooten/browserpass/firefox-host.json: No such file or directory $ find ~/go -name *.json ./src/github.com/dannyvankooten/browserpass/chrome/host.json ./src/github.com/dannyvankooten/browserpass/chrome/manifest.json ./src/github.com/dannyvankooten/browserpass/chrome/policy.json ./src/github.com/dannyvankooten/browserpass/firefox/host.json ./src/github.com/dannyvankooten/browserpass/firefox/manifest.json ./src/github.com/dannyvankooten/browserpass/package.json ./src/github.com/dannyvankooten/browserpass/vendor/vendor.json Is this a bug in my prodedure or in the script? Thx matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-176-38902045 | / \ - Respect for open standards | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170703114835.GA19599>