Skip to content

Commit

Permalink
Merge pull request neutrinolabs#106 from miklcct/devel
Browse files Browse the repository at this point in the history
update apt before installing sudo and lsb_release
  • Loading branch information
matt335672 committed Nov 20, 2023
2 parents 14bee58 + d0a4c12 commit 791dc3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install_pulseaudio_sources_apt_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ RunWrappedScript()
schroot="schroot -c pa-build-$USER -d /build"

# Install extra dependencies
$schroot -u root -- apt-get update
$schroot -u root -- apt-get install -y $WRAPPED_SCRIPT_DEPS

# Allow normal user to sudo without a password
Expand Down

0 comments on commit 791dc3f

Please sign in to comment.