Custom edt motds
Install:
wget -O activate.sh https://raw.githubusercontent.com/tenbyte/edtmotd/refs/heads/main/ubuntu/activate.sh && chmod +x activate.sh && ./activate.shRestore:
wget -O restore.sh https://raw.githubusercontent.com/tenbyte/edtmotd/refs/heads/main/ubuntu/restore.sh && chmod +x restore.sh && ./restore.shInstall:
wget -O activate.sh https://raw.githubusercontent.com/tenbyte/edtmotd/refs/heads/main/rhel/activate.sh && chmod +x activate.sh && ./activate.shrestore:
wget -O restore.sh https://raw.githubusercontent.com/tenbyte/edtmotd/refs/heads/main/rhel/restore.sh && chmod +x restore.sh && ./restore.shinstall:
curl -fsSL https://raw.githubusercontent.com/tenbyte/edtmotd/refs/heads/main/mac/activate.sh | bashrestore:
curl -fsSL https://raw.githubusercontent.com/tenbyte/edtmotd/refs/heads/main/mac/restore.sh -o /tmp/edt-restore.sh && bash /tmp/edt-restore.sh && rm /tmp/edt-restore.sh