mirror of
https://gitlab.com/ceda_ei/firefox-web-apps
synced 2025-04-19 18:56:53 +02:00
Compare commits
No commits in common. "ffcdeedbc99f25dc322471ceabd323aa730bffcf" and "d1da79185823130d294613baf701ace04588fee3" have entirely different histories.
ffcdeedbc9
...
d1da791858
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1 @@
|
|||||||
.firefox_profile
|
.firefox_profile
|
||||||
__pycache__/
|
|
||||||
icons/
|
|
||||||
bin/
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
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/icons"
|
ICON_DIR="$REPO_DIR/icon"
|
||||||
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…
x
Reference in New Issue
Block a user