Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.01 KB

File metadata and controls

38 lines (29 loc) · 1.01 KB

motd

Custom edt motds

Ubuntu:

Install:

wget -O activate.sh https://raw.githubusercontent.com/tenbyte/edtmotd/refs/heads/main/ubuntu/activate.sh && chmod +x activate.sh && ./activate.sh

Restore:

wget -O restore.sh https://raw.githubusercontent.com/tenbyte/edtmotd/refs/heads/main/ubuntu/restore.sh && chmod +x restore.sh && ./restore.sh

Rhel:

Install:

wget -O activate.sh https://raw.githubusercontent.com/tenbyte/edtmotd/refs/heads/main/rhel/activate.sh && chmod +x activate.sh && ./activate.sh

restore:

wget -O restore.sh https://raw.githubusercontent.com/tenbyte/edtmotd/refs/heads/main/rhel/restore.sh && chmod +x restore.sh && ./restore.sh

Mac:

install:

curl -fsSL https://raw.githubusercontent.com/tenbyte/edtmotd/refs/heads/main/mac/activate.sh | bash

restore:

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