diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 60d7971..0000000 --- a/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -# ---> AL -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -*.code-workspace - -# Local History for Visual Studio Code -.history/ -*.app -.snapshots/* - diff --git a/README.md b/README.md index 5270ca4..f0c29e9 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,28 @@ -# LinuxUpdatescript +## Linux Update script +A bash script writted by [Pardesi Cat ](https://pardesicat.xyz)for easy update/upgrade the linux system -![](https://cloud.pardesicat.xyz/s/86yCXsCLq8CFcjP/download/ssgit.png) +Linux Bash script for auto update in Debian Based distro + server + ## **To use this script simply follow these steps** -a bash script writted by pardesi cat for easy update system +1. Clone the update script from my selfhost git server +```copy +git clone https://git.pardesicat.xyz/pardesicat/PardesiScript.git +``` -**Linux Bash script for auto update** +2. Goto that directory -To use this script simply clone the git or download zip to clone +```copy +cd PardesiScript +``` +3. Run the bash script +```copy +bash pardesicat.sh +``` -`git clone https://git.pardesicat.xyz/catboii/LinuxUpdatescript.git` - - -`cd LinuxUpdatescript` - - -` bash pardesicat.sh` - - -> Note: SCipt will only work for debian based distros (mainly **apt** package managers) \ No newline at end of file +> [!Attention] +> Script will only work for debian based distros (mainly with apt package managers) \ No newline at end of file