Skip to content

Commit e3cdcd2

Browse files
committed
add trixie support to desktop lite test script
1 parent 77eed4c commit e3cdcd2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

test/desktop-lite/test.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ check "log-exists" bash -c "ls /tmp/container-init.log"
2929
check "fluxbox-exists" bash -c "ls -la ~/.fluxbox"
3030

3131
. /etc/os-release
32-
if [ "${ID}" = "ubuntu" ]; then
33-
if [ "${VERSION_CODENAME}" = "noble" ]; then
34-
checkOSPackage "if libasound2-dev exists !" "libasound2-dev"
35-
else
36-
checkOSPackage "if libasound2 exists !" "libasound2"
37-
fi
32+
if [ "${VERSION_CODENAME}" = "noble" ] || [ "${VERSION_CODENAME}" = "trixie" ]; then
33+
checkOSPackage "if libasound2-dev exists !" "libasound2-dev"
3834
else
3935
checkOSPackage "if libasound2 exists !" "libasound2"
4036
fi

0 commit comments

Comments
 (0)