#!/bin/bash
#https://github.com/mobydeck/atch
#https://t.me/srv_admin/5418

arch=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')
curl -Lo atch.tgz https://github.com/mobydeck/atch/releases/latest/download/atch-linux-${arch}.tgz
tar -xzf atch.tgz atch
mv atch /usr/local/bin/
rm -f atch.tgz
