From 960202076d5b09ccdcc34fb80ab2a0fda481f3e4 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 27 Dec 2022 19:20:54 -0500 Subject: [PATCH] Update 'run_as_sudo.sh' --- run_as_sudo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_as_sudo.sh b/run_as_sudo.sh index 2cca786..fdaac5e 100644 --- a/run_as_sudo.sh +++ b/run_as_sudo.sh @@ -12,3 +12,4 @@ EOF . /root/.bashrc ln ./nanorc /etc/nanorc +apt install fzf -y