From 92777bbbf857dc2b6c1b39987fa114bb00e6cb23 Mon Sep 17 00:00:00 2001 From: AustrianToast Date: Sat, 13 Jul 2024 01:14:42 +0200 Subject: [PATCH] update README.md Requirements section no longer needed --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index bb1835c..a071038 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,6 @@ 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 - -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 -``` - ## Installation ```bash