-> = Replacing
Tested with Google Sans -> Roboto, example using Inter -> Roboto
#!/bin/bash | |
echo "Please select a number based on your Ubuntu version:" | |
echo "1. 22.04 Jammy" | |
echo "2. 21.10 Impish" | |
echo "3. 20.04 Focal" | |
echo "4. 18.04 Bionic" | |
read read | |
if [ $read == "1" ]; then | |
echo "Installing Wine 7.13 Staging for Ubuntu 22.04..." | |
sudo dpkg --add-architecture i386 |
A Pen by Daniel groen on CodePen.
<body> | |
<p class="content"> | |
<span class="typewrite anim-typewrite js-typewrite"></span> | |
</p> | |
</body> |