1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-21 10:35:26 -04:00

feat(distros): Add Ubuntu 26.10 Stingray Support

This commit is contained in:
purian23
2026-06-16 22:50:58 -04:00
parent df41ae4acb
commit 2849dd0ba2
5 changed files with 31 additions and 24 deletions
+3 -3
View File
@@ -5,7 +5,7 @@ set -euo pipefail
PPA_OWNER="avengemedia"
LAUNCHPAD_API="https://api.launchpad.net/1.0"
SERIES_LIST=(questing resolute)
SERIES_LIST=(resolute stonking)
PACKAGE_FILTER="dms-git"
REBUILD_RELEASE=""
JSON=false
@@ -72,12 +72,12 @@ embedded_commit() {
target_ppa() {
local series="$1"
if [[ -n "$REBUILD_RELEASE" ]]; then
if [[ "$series" == "resolute" ]]; then
if [[ "$series" == "stonking" ]]; then
echo $((REBUILD_RELEASE + 1))
else
echo "$REBUILD_RELEASE"
fi
elif [[ "$series" == "resolute" ]]; then
elif [[ "$series" == "stonking" ]]; then
echo "2"
else
echo "1"