diff --git a/rootfs/steamfork/presets/minimal.sh b/rootfs/steamfork/presets/minimal.sh index f5579f4f..34fe8897 100644 --- a/rootfs/steamfork/presets/minimal.sh +++ b/rootfs/steamfork/presets/minimal.sh @@ -10,7 +10,7 @@ export OS_FS_PREFIX="sf" export HOME_URL="https://www.steamfork.org" export DOCUMENTATION_URL="https://wiki.steamfork.org" export SUPPORT_URL="${HOME_URL}" -export BUG_REPORT_URL="https://github.com/SteamFork/bugtracker" +export BUG_REPORT_URL="https://github.com/SteamFork#community" echo -e ${RELEASE_TAG} > /tmp/builder-releasetag echo -e "$(echo ${DISTRO_NAME} | tr '[:upper:]' '[:lower:]')_$(echo ${OS_CODENAME} | tr '[:upper:]' '[:lower:]')_${RELEASE_TAG}" > /tmp/build_temp_ver diff --git a/rootfs/steamfork/presets/rel.sh b/rootfs/steamfork/presets/rel.sh index 899a3cb8..ee2f756a 100644 --- a/rootfs/steamfork/presets/rel.sh +++ b/rootfs/steamfork/presets/rel.sh @@ -10,7 +10,7 @@ export OS_FS_PREFIX="sf" export HOME_URL="https://www.steamfork.org" export DOCUMENTATION_URL="https://wiki.steamfork.org" export SUPPORT_URL="${HOME_URL}" -export BUG_REPORT_URL="https://github.com/SteamFork/bugtracker" +export BUG_REPORT_URL="https://github.com/SteamFork#community" echo -e ${RELEASE_TAG} > /tmp/builder-releasetag echo -e "$(echo ${DISTRO_NAME} | tr '[:upper:]' '[:lower:]')_$(echo ${OS_CODENAME} | tr '[:upper:]' '[:lower:]')_${RELEASE_TAG}" > /tmp/build_temp_ver export BUILDVER=$(cat /tmp/build_temp_ver)