Rename scripts
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
df6b44e541
commit
410d0b33c6
46 changed files with 566 additions and 249 deletions
17
system/.local/bin/sync_package_databases
Executable file
17
system/.local/bin/sync_package_databases
Executable file
|
@ -0,0 +1,17 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# sync_package_databases
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin.kaderli@gmail.com>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# Syncs the package database of pacman
|
||||
#
|
||||
# USAGE:
|
||||
# ./sync_package_databases
|
||||
. /home/severin/.local/bin/utils
|
||||
|
||||
print_time_log "sync_package_databases" "Syncing databases"
|
||||
yay -Syy > /dev/null 2>&1
|
Loading…
Add table
Add a link
Reference in a new issue