initial commit
This commit is contained in:
6
bin/nomarchy-update-system-pkgs
Executable file
6
bin/nomarchy-update-system-pkgs
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
echo -e "\e[32m\nUpdate system packages\e[0m"
|
||||
sudo pacman -Syyu --noconfirm
|
||||
Reference in New Issue
Block a user