Skip to content
Snippets Groups Projects
Commit 5d8e460e authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

chore: package name changed

parent baddd42c
No related branches found
No related tags found
No related merge requests found
Pipeline #2559 passed
...@@ -42,8 +42,8 @@ SSH_FINGERPRINT="$( ssh-keyscan "${HOSTNAME}" 2> /dev/null | ssh-keygen -E sha25 ...@@ -42,8 +42,8 @@ SSH_FINGERPRINT="$( ssh-keyscan "${HOSTNAME}" 2> /dev/null | ssh-keygen -E sha25
WEATHER="$( curl -s --max-time 2 'http://rss.accuweather.com/rss/liveweather_rss.asp?metric=1&locCode=EUR|DE|DE01069|DRESDEN|' | sed --quiet '/Currently:/ s/.*: \(.*\): \(-*[0-9]*\)\([CF]\).*/\2°\3, \1/p' )" WEATHER="$( curl -s --max-time 2 'http://rss.accuweather.com/rss/liveweather_rss.asp?metric=1&locCode=EUR|DE|DE01069|DRESDEN|' | sed --quiet '/Currently:/ s/.*: \(.*\): \(-*[0-9]*\)\([CF]\).*/\2°\3, \1/p' )"
SUBAPP_VERSION="(not installed)" SUBAPP_VERSION="(not installed)"
if [[ $( command -v dpkg ) ]]; then if [[ $( command -v dpkg ) ]]; then
if dpkg -l | grep -q 'submissionapplication4rosetta'; then if dpkg -l | grep -q 'submission-application4rosetta'; then
SUBAPP_VERSION="$( dpkg --status submissionapplication4rosetta | grep '^Version:' | cut -d ' ' -f 2 )" SUBAPP_VERSION="$( dpkg --status submission-application4rosetta | grep '^Version:' | cut -d ' ' -f 2 )"
fi fi
fi fi
# alternative weather service that provides much nicer icons. However, these icons are not shown nicely in PuTTY # alternative weather service that provides much nicer icons. However, these icons are not shown nicely in PuTTY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment