You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to propose the change via pull request but right now I don't know how to, hope someone better skilled would be so kind to integrate the change :-)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hello, sql server 2022 script has an issue in sqlserver2022-install.sh)
the offending line is
$STD curl -fsSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor -o /usr/share/keyrings/microsoft-prod.gpg
should be changed in
$STD curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
I would like to propose the change via pull request but right now I don't know how to, hope someone better skilled would be so kind to integrate the change :-)
bye
Beta Was this translation helpful? Give feedback.
All reactions