Small Improvement #22

Merged
ProfessionalUwU merged 7 commits from dev into main 2023-12-01 17:13:11 +01:00
Showing only changes of commit 97a0d2cd9c - Show all commits

View File

@ -1,6 +1,6 @@
# Update # 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 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.
## Requirements ## Requirements
@ -9,7 +9,7 @@ Here is what is required.
pacman -S just 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 also technically requires sudo, but if you use something else, then just create a softlink for this script to work.<br/>
Doing that looks like this. Doing that would look like this.
```bash ```bash
ln -s /usr/bin/your_program /usr/bin/sudo ln -s /usr/bin/your_program /usr/bin/sudo
``` ```