Skip to content

Commit 0432c87

Browse files
....
1 parent 3d93e14 commit 0432c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs-manager/fs-manager

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function __check_for()
145145
for i in "$@"; do
146146
if command -v "${in_cache[@]}" >> /dev/null ; then
147147
msg "[${GREEN} Executing ${RST}] sudo apt install -y $i"
148-
sudo apt install -y "$i" || {
148+
apt install -y "$i" || {
149149
((x=x+1))
150150
}
151151
fi

0 commit comments

Comments
 (0)