We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efa080 commit 014e0f0Copy full SHA for 014e0f0
install.sh
@@ -49,6 +49,15 @@ function setup_and_clone()
49
shout "Trying to update apt indexes...."
50
apt update; apt upgrade -y
51
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
61
if ! command -v git >> /dev/null; then
62
shout "Installing git.."
63
apt install git -y || {
0 commit comments