An open API service indexing awesome lists of open source software.

https://github.com/masterhide/a-m-s

A script to automate system management tasks, including reboot scheduling and sending notifications via Telegram.
https://github.com/masterhide/a-m-s

task-management

Last synced: 11 months ago
JSON representation

A script to automate system management tasks, including reboot scheduling and sending notifications via Telegram.

Awesome Lists containing this project

README

          

# A-M-S (Automated Management System)
A script to automate system management tasks, including reboot scheduling and sending notifications via Telegram.

## Installation

Run the following command to install

```bash
curl -O https://raw.githubusercontent.com/MasterHide/A-M-S/main/sr-system.sh && chmod +x sr-system.sh && sudo ./sr-system.sh
```
## Run the following command to Uninstall

```bash
curl -O https://raw.githubusercontent.com/MasterHide/A-M-S/main/rm.sh && chmod +x rm.sh && sudo ./rm.sh

```