"sgl-kernel/git@developer.sourcefind.cn:change/sglang.git" did not exist on "ce86979355d4e96f4ad610a8f100edc930743359"
Unverified Commit 1359d6cf authored by thealhu's avatar thealhu Committed by GitHub
Browse files

Fix sudo variable in install.sh (#1034)

It was forgotten to replace sudo at one place with the variable for sudo.
parent 6e2d0224
...@@ -180,7 +180,7 @@ install_cuda_driver_apt() { ...@@ -180,7 +180,7 @@ install_cuda_driver_apt() {
case $1 in case $1 in
debian) debian)
status 'Enabling contrib sources...' status 'Enabling contrib sources...'
$SUDO sed 's/main/contrib/' < /etc/apt/sources.list | sudo tee /etc/apt/sources.list.d/contrib.list > /dev/null $SUDO sed 's/main/contrib/' < /etc/apt/sources.list | $SUDO tee /etc/apt/sources.list.d/contrib.list > /dev/null
;; ;;
esac esac
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment