config-manager: Remove sudo from --update
This commit is contained in:
@@ -25,7 +25,7 @@ EOF
|
|||||||
|
|
||||||
update() {
|
update() {
|
||||||
echo -e "\033[0;31mUPDATING FLAKE\033[0m"
|
echo -e "\033[0;31mUPDATING FLAKE\033[0m"
|
||||||
sudo nix flake update ${flakePath}
|
nix flake update ${flakePath}
|
||||||
}
|
}
|
||||||
|
|
||||||
switch() {
|
switch() {
|
||||||
|
|||||||
Reference in New Issue
Block a user