mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 06:34:56 +00:00
Update README.md
Updating comments to match aurman usage
This commit is contained in:
parent
870bccbdf8
commit
f95d6ecb4f
@ -1,10 +1,10 @@
|
|||||||
# linuxShortcuts
|
# linuxShortcuts
|
||||||
|
|
||||||
## Pacman
|
## Pacman
|
||||||
### Aur.sh
|
### aur
|
||||||
This is not an automated script, but just a shorcut to `git clone` inside de Download folder, `makepkg -si` and delete the created structure.
|
Just a simple and fast shortcut to install aur packages using aurman with no confirmation.
|
||||||
|
|
||||||
**Recommended**: include in your `~/.bashrc` the following line: `alias aur='source ~/aur.sh'`
|
**Recommended**: include in your `~/.bashrc` the following line: `alias aur='source ~/linuxShortcuts/Pacman/aur'`
|
||||||
|
|
||||||
**Usage**: find your package on aur website and just type `aur name-of-package`.
|
**Usage**: find your package on aur website and just type `aur name-of-package`.
|
||||||
|
|
||||||
@ -12,8 +12,7 @@ This is not an automated script, but just a shorcut to `git clone` inside de Dow
|
|||||||
|
|
||||||
|
|
||||||
### updateRepositories.sh
|
### updateRepositories.sh
|
||||||
A basic script to update the original packages with Pacman
|
A basic script to update the original packages with Pacman and aurman
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## apt-get
|
## apt-get
|
||||||
|
Loading…
Reference in New Issue
Block a user