Skip to content

Commit

Permalink
use dsudo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Feb 9, 2023
1 parent 3054f39 commit 7ad59a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automated_builder/roles/gui-build/templates/run_wats.sh
Expand Up @@ -7,8 +7,8 @@ main() {
}

prepare_environment() {
echo changeme | sudo -S apt-get update -q
sudo apt-get install git python3-behave python3-pip python3-pyatspi python3-dogtail -yq --no-install-recommends
dsudo -S apt-get update -q
dsudo apt-get install git python3-behave python3-pip python3-pyatspi python3-dogtail -yq --no-install-recommends
gsettings set org.gnome.desktop.interface toolkit-accessibility true
}

Expand Down

0 comments on commit 7ad59a5

Please sign in to comment.