https://github.com/bartwel27/autobots
This Package Updater Script streamlines the process of updating and upgrading packages in your terminal, making it easy to keep your packages current and ensure you have the latest versions installed
https://github.com/bartwel27/autobots
git
Last synced: 8 months ago
JSON representation
This Package Updater Script streamlines the process of updating and upgrading packages in your terminal, making it easy to keep your packages current and ensure you have the latest versions installed
- Host: GitHub
- URL: https://github.com/bartwel27/autobots
- Owner: Bartwel27
- License: gpl-3.0
- Created: 2024-03-20T20:02:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T09:30:09.000Z (over 1 year ago)
- Last Synced: 2024-12-31T09:16:28.711Z (9 months ago)
- Topics: git
- Language: Shell
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autoBots
This Package Updater Script streamlines the process of updating and upgrading packages in your terminal, making it easy to keep your packages current and ensure you have the latest versions installed. With a single command, the script updates package lists to ensure you have the latest version information, and then upgrades all packages to their latest versions. This simplifies the update and upgrade process, saving you time and effort. To use the script, simply run it in your terminal. This script is designed for use with insert your Linux distribution or environment, and is a convenient tool for anyone looking to keep their packages up-to-date with minimal fuss.
___Main installation___
```
pkg install wget
```> version 0.1
```
wget https://bartwel27.github.io/autoBots/v0.1/bot.sh
```> version 0.2
```
wget https://bartwel27.github.io/autoBots/v0.2/bot.sh
```> version 0.3
```
wget https://bartwel27.github.io/autoBots/v0.3/bot.sh
```> version 0.4
```
wget https://bartwel27.github.io/autoBots/v0.4/bot.sh
``````
chmod +x bot.sh
bash bot.sh
```