Skip to content

Commit ba636ed

Browse files
authored
remove sudo (#2282)
1 parent e797cba commit ba636ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/sqlserver2022-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $STD apt install -y \
2323
msg_ok "Installed Dependencies"
2424

2525
msg_info "Setup SQL Server 2022"
26-
$STD curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
26+
$STD curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc
2727
$STD curl -fsSL https://packages.microsoft.com/config/ubuntu/22.04/mssql-server-2022.list | tee /etc/apt/sources.list.d/mssql-server-2022.list
2828
$STD apt-get clean *
2929
$STD apt-get update -y

0 commit comments

Comments
 (0)