Changeset View
Changeset View
Standalone View
Standalone View
langpacks.sh
| #!/bin/bash | #!/bin/bash | ||||
| VERSION="60.0.1" | VERSION="60.0.2" | ||||
| ARCH="x86_64" | ARCH="x86_64" | ||||
| URL="http://ftp.mozilla.org/pub/firefox/releases/${VERSION}/linux-${ARCH}/xpi/" | URL="http://ftp.mozilla.org/pub/firefox/releases/${VERSION}/linux-${ARCH}/xpi/" | ||||
| # Ensure we don't have a previous run living here | # Ensure we don't have a previous run living here | ||||
| if [[ -e lang_pack ]]; then | if [[ -e lang_pack ]]; then | ||||
| rm -rvf lang_pack | rm -rvf lang_pack | ||||
| fi | fi | ||||
| Show All 22 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.