#!/bin/bash sudo whoami git clone https://github.com/WheeLang/whee-installer.git .whee-installer && cd .whee-installer && chmod +x install.sh && chmod +x fedora.sh && ./fedora.sh && cd - && rm -rf .whee-installer