You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+22-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# LinuxUpdate
2
2
3
+
[](https://github.com/Xcalizorz/LinuxUpdate/actions/workflows/test-update.yml)
4
+
3
5
This is a small bash script that can update all Arch and Debian Distros, create a new mirrorlist and delete old stuff (only arch).
4
-
I didn't like typing all the code in everytime, so I created a small bash script -
6
+
I didn't like typing all the code in everytime, so I created a small bash script -
5
7
maybe you're like me and I can help you with this :)
6
8
\
7
9
The plan is to create an easy command-line tool for (almost) all Linux Distros.
@@ -22,6 +24,24 @@ Since I just started looking at bash, it might take a little bit to upload scrip
22
24
23
25
## Usage
24
26
27
+
### Prerequisites
28
+
29
+
#### Arch based
30
+
31
+
Install the following packages, to make this script work:
32
+
33
+
```bash
34
+
pacman -S sudo reflector
35
+
```
36
+
37
+
#### Debian based
38
+
39
+
Install the following packages, to make this script work:
40
+
41
+
```bash
42
+
apt install bash sudo
43
+
```
44
+
25
45
### Use the cli
26
46
27
47
```bash
@@ -50,4 +70,4 @@ Now you have a shortcut and can start the update via double-click.
0 commit comments