forked from norman/fusionpbx-install.sh-github-mirror
Add support for Debian version 13 codename Trixie (#451)
This commit is contained in:
2
debian/resources/switch.sh
vendored
2
debian/resources/switch.sh
vendored
@@ -9,8 +9,10 @@ cd "$(dirname "$0")"
|
||||
|
||||
if [ .$switch_source = .true ]; then
|
||||
if [ ."$switch_branch" = "master" ]; then
|
||||
echo "MASTER"
|
||||
switch/source-master.sh
|
||||
else
|
||||
echo "RELEASE"
|
||||
switch/source-release.sh
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user