8 lines
No EOL
147 B
Bash
Executable file
8 lines
No EOL
147 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
# Author: Severin Kaderli <severin.kaderli@gmail.com>
|
|
. utils.sh
|
|
|
|
print_header "Update packages"
|
|
aurman -Syuu --rebuild
|
|
npm update -g |