diff options
author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-05 20:21:22 +0300 |
---|---|---|
committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-05 20:21:22 +0300 |
commit | 0c397631ead2e3fa5f468285ade413166f3274b4 (patch) | |
tree | 78b87bff1e2744a7546e35633a8a8d947eb95b6f | |
parent | 22ae070c9b19cbe62665bddc4afdb343a8b5e8bb (diff) | |
download | applause2-0c397631ead2e3fa5f468285ade413166f3274b4.tar.gz |
AppImage.yml: removed the sudo - it won't work in the ubuntu22 pod
-rw-r--r-- | AppImage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AppImage.yml b/AppImage.yml index 6256842..d32bc9e 100644 --- a/AppImage.yml +++ b/AppImage.yml @@ -29,7 +29,7 @@ ingredients: # Will leave an "applause2-master" directory. - tar xzf applause.tar.gz # Install build-time dependencies - - sudo apt-get install -y build-essential lua5.1 libreadline-dev libjack-jackd2-dev virtualenv + - apt-get install -y build-essential lua5.1 libreadline-dev libjack-jackd2-dev virtualenv script: - make -C ../LuaJIT-2.1 DESTDIR=`pwd` PREFIX=/usr install |