Skip to content

Commit 014e0f0

Browse files
set proot-distro to install
1 parent 1efa080 commit 014e0f0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

install.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ function setup_and_clone()
4949
shout "Trying to update apt indexes...."
5050
apt update; apt upgrade -y
5151

52+
if ! command -v proot-distro >> /dev/null; then
53+
shout "Installing proot-distro..."
54+
apt install proot-distro -y || {
55+
die "pulseaudio installation failed"
56+
}
57+
lshout "Done..."
58+
fi
59+
60+
5261
if ! command -v git >> /dev/null; then
5362
shout "Installing git.."
5463
apt install git -y || {

0 commit comments

Comments
 (0)