whoops i typod

pull/3/head
Matt C 2 years ago
parent eacb6b9605
commit 178097d7a8

@ -1,5 +1,5 @@
install:
pacman -Sy dialog --noconfirm --needed
pacman -Sy dialog python ntp wget --noconfirm --needed
chmod +x *.sh
cp *.sh /usr/bin
mv /usr/bin/citrine.sh /usr/bin/citrine

@ -234,7 +234,7 @@ with open("calamares") as f:
s = f.read()
foo = json.loads(s)
with open("out","w") as f:
f.write(foo['time_zone])
f.write(foo['time_zone'])
EOF
python extract.py
rm extract.py

Loading…
Cancel
Save