Skip to content

Commit

Permalink
fix: moved from Github LFS to Oracle Object Storage
Browse files Browse the repository at this point in the history
Signed-off-by: Manish Kumar <[email protected]>
  • Loading branch information
manishprivet committed Jul 25, 2021
1 parent 0740acc commit 737b04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sudo mkdir -p /usr/share/backgrounds/gnome

# Download files from the zip repo
echo -e "${YELLOW}Downloading Files...${OFF}"
status=$(curl -LJ https://github.com/manishprivet/dgw-zips/blob/main/$1.zip?raw=true -o ./$1.zip --write-out %{http_code} --silent)
status=$(curl -LJ https://objectstorage.ap-hyderabad-1.oraclecloud.com/n/ax1fgialsdrt/b/manishprivet/o/$1.zip -o ./$1.zip --write-out %{http_code} --silent)

# If file doesn't exist, exit with an error
if [[ "$status" -ne 200 ]] ; then
Expand Down

0 comments on commit 737b04f

Please sign in to comment.