Skip to content

Commit

Permalink
chore: Add new timezone module to install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw committed Dec 1, 2023
1 parent 7b7493e commit c7e87ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/bin/bash

ampy ${@:1} mkdir i75 --exists-okay
ampy ${@:1} mkdir i75/tz --exists-okay
ampy ${@:1} put i75/__init__.py i75/__init__.py
ampy ${@:1} put i75/basei75.py i75/basei75.py
ampy ${@:1} put i75/colour.py i75/colour.py
ampy ${@:1} put i75/datetime.py i75/datetime.py
ampy ${@:1} put i75/graphics.py i75/graphics.py
ampy ${@:1} put i75/nativei75.py i75/nativei75.py
ampy ${@:1} put i75/tz/__init__.py i75/tz/__init__.py
ampy ${@:1} put i75/tz/europe_london.py i75/tz/europe_london.py

0 comments on commit c7e87ba

Please sign in to comment.