Compare commits
3 Commits
d1da791858
...
ffcdeedbc9
Author | SHA1 | Date |
---|---|---|
Ceda EI | ffcdeedbc9 | |
Ceda EI | d763d300fd | |
Ceda EI | 946317aa76 |
|
@ -1 +1,4 @@
|
||||||
.firefox_profile
|
.firefox_profile
|
||||||
|
__pycache__/
|
||||||
|
icons/
|
||||||
|
bin/
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
beautifulsoup4>=4.0
|
||||||
|
requests>=2.0
|
2
setup.sh
2
setup.sh
|
@ -5,7 +5,7 @@ set -euo pipefail
|
||||||
|
|
||||||
REPO_DIR="$(dirname "$0")"
|
REPO_DIR="$(dirname "$0")"
|
||||||
BIN_DIR="$REPO_DIR/bin"
|
BIN_DIR="$REPO_DIR/bin"
|
||||||
ICON_DIR="$REPO_DIR/icon"
|
ICON_DIR="$REPO_DIR/icons"
|
||||||
FIRST_LAUNCH="https://gitlab.com/ceda_ei/firefox-web-apps/-/wikis/Getting-Started"
|
FIRST_LAUNCH="https://gitlab.com/ceda_ei/firefox-web-apps/-/wikis/Getting-Started"
|
||||||
HELP_TEXT="
|
HELP_TEXT="
|
||||||
Usage:
|
Usage:
|
||||||
|
|
Loading…
Reference in New Issue