Skip to content

Commit 70b7e9d

Browse files
hanthorCopilot
andauthored
fix: remove sudo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 60ad518 commit 70b7e9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iso_files/configure_lts_iso_anaconda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dnf install -y "${SPECS[@]}"
6262

6363

6464
# Fix the wrong dir for webui
65-
sudo sed -i 's|/usr/libexec/webui-desktop|/usr/libexec/anaconda/webui-desktop|g' /bin/liveinst
65+
sed -i 's|/usr/libexec/webui-desktop|/usr/libexec/anaconda/webui-desktop|g' /bin/liveinst
6666

6767
# Anaconda Profile Detection
6868

0 commit comments

Comments
 (0)