I hereby claim:
- I am aymanbagabas on github.
- I am aymanbagabas (https://keybase.io/aymanbagabas) on keybase.
- I have a public key ASAMyO5hr91fUWT2UvYXf4M9HW3IV1ZK9JfM_7SQbIY2Kwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Original : Michalis Georgiou | |
# Modified : D4zzy for Fedora | |
# Modified : Ayman Bagabas for /usr/local | |
_wgeturl="https://github.com/google/fonts/archive/master.tar.gz" | |
_gf="google-fonts" | |
# install wget | |
echo "Installing wget..." | |
sudo dnf install wget |
// Requires https://github.com/golang/go/pull/62710 | |
// Related https://github.com/golang/sys/pull/175 | |
package main | |
import ( | |
"io" | |
"os" | |
"os/exec" | |
"syscall" |