Custom tenbyte motds
Install:
wget -O activate.sh https://raw.githubusercontent.com/tenbyte/motd/refs/heads/main/ubuntu/activate.sh && chmod +x activate.sh && ./activate.shRestore:
wget -O restore.sh https://raw.githubusercontent.com/tenbyte/motd/refs/heads/main/ubuntu/restore.sh && chmod +x restore.sh && ./restore.shInstall:
wget -O activate.sh https://raw.githubusercontent.com/tenbyte/motd/refs/heads/main/rhel/activate.sh && chmod +x activate.sh && ./activate.shrestore:
wget -O restore.sh https://raw.githubusercontent.com/tenbyte/motd/refs/heads/main/rhel/restore.sh && chmod +x restore.sh && ./restore.shInstall (standard):
curl -fsSL https://raw.githubusercontent.com/tenbyte/motd/refs/heads/main/mac/activate.sh | bashInstall (nerd icons):
curl -fsSL https://raw.githubusercontent.com/tenbyte/motd/refs/heads/main/mac/activate-nerd.sh | bashUninstall:
curl -fsSL https://raw.githubusercontent.com/tenbyte/motd/refs/heads/main/mac/uninstall.sh -o /tmp/tenbyte-uninstall.sh && bash /tmp/tenbyte-uninstall.sh && rm /tmp/tenbyte-uninstall.shRestore (legacy):
curl -fsSL https://raw.githubusercontent.com/tenbyte/motd/refs/heads/main/mac/restore.sh -o /tmp/tenbyte-restore.sh && bash /tmp/tenbyte-restore.sh && rm /tmp/tenbyte-restore.shInstall:
wget -O activate.sh https://raw.githubusercontent.com/tenbyte/motd/refs/heads/main/slackware/activate.sh && chmod +x activate.sh && ./activate.shRestore:
wget -O restore.sh https://raw.githubusercontent.com/tenbyte/motd/refs/heads/main/slackware/restore.sh && chmod +x restore.sh && ./restore.sh