switch to makefile
and more changes
This commit is contained in:
parent
bbec26f438
commit
afab665ca6
13
README.md
13
README.md
@ -1,14 +1,10 @@
|
||||
# Update
|
||||
|
||||
Update script written in Bash for Arch Linux only. Keeps all your pacman and aur packages as well as your flatpaks up to date with one simple script. It also backups a list of all your pacman and aur packages and flatpaks.
|
||||
Update script written in Bash for Arch Linux only. Keeps all your official, aur packages and your flatpaks up to date with one simple script. It also backups a list of all your installed packages and flatpaks.
|
||||
|
||||
## Requirements
|
||||
|
||||
Here is what is required.
|
||||
```bash
|
||||
pacman -S just
|
||||
```
|
||||
It also technically requires sudo, but if you use something else, then just create a softlink for this script to work.<br/>
|
||||
It requires sudo, but if you use something else, then just create a softlink for this script to work.
|
||||
Doing that would look like this.
|
||||
```bash
|
||||
ln -s /usr/bin/your_program /usr/bin/sudo
|
||||
@ -20,10 +16,10 @@ ln -s /usr/bin/your_program /usr/bin/sudo
|
||||
git clone https://gitea.hopeless-cloud.xyz/AustrianToast/update.git && cd update
|
||||
```
|
||||
|
||||
Before installing, please edit the config and configure it to your liking.<br/>
|
||||
Before installing, please edit the config and configure it to your liking.
|
||||
Then install using
|
||||
```bash
|
||||
just install
|
||||
make
|
||||
```
|
||||
|
||||
## Usage
|
||||
@ -45,5 +41,4 @@ no flag same as -p
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions are always welcome!
|
||||
|
Loading…
Reference in New Issue
Block a user