This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| # Make sure there's a .env file in the same directory with the contents | |
| # USERNAME=user | |
| # PASSWORD=password | |
| # SSH_PORT=22 | |
| # SSH_PUB_KEY="ssh-rsa blah blah blah | |
| set -euo pipefail |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pkgname=nteract-bin | |
| pkgver=2.0.4_stable.202603271826 | |
| pkgrel=1 | |
| pkgdesc="Native interactive notebooks" | |
| arch=('x86_64') | |
| url="https://github.com/nteract/desktop" | |
| license=('BSD-3-Clause') | |
| depends=('webkit2gtk-4.1' 'gtk3' 'openssl') | |
| provides=('nteract') | |
| conflicts=('nteract') |
OlderNewer