This commit is contained in:
2022-06-18 18:45:27 +03:00
parent 07b1da96e9
commit 8ccabee489

View File

@@ -67,8 +67,10 @@ EOF
sudo reboot
else
echo $s
sudo echo "Asia/Jerusalem" > /etc/timezone
dpkg-reconfigure -f noninteractive tzdata
sudo tee /etc/timezone <<EOF
Asia/Jerusalem
EOF
sudo dpkg-reconfigure -f noninteractive tzdata
sudo rm /var/lib/dpkg/info/shim-signed:arm64.postrm
sudo apt --fix-broken install -y
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"