Changeset 3299
- Timestamp:
- Jan 13, 2017, 10:16:51 AM (4 years ago)
- Location:
- lliurex-conky/trunk/fuentes/lliurex-conky.install-files/usr/share/lliurex-conky
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-conky/trunk/fuentes/lliurex-conky.install-files/usr/share/lliurex-conky/conkyrc_gui
r3233 r3299 114 114 touch $FICHERO 115 115 116 VERSION=$(find /net/mirror/llx16/pool/main/l/lliurex-version-timestamp -name 'lliurex-version-timestamp_*386.deb' | head -1 ) 117 118 if [ -n "$VERSION" ]; then 116 ARQ=$(find /net/mirror/llx16/pool/main/l/lliurex-meta -name '*386.deb' | head -1 ) 117 VERSION=$(find /net/mirror/llx16/pool/main/l/lliurex-version-timestamp -name 'lliurex-version-timestamp*.deb' | head -1) 118 119 if [ -n "$ARQ" ]; then 119 120 120 121 NUMERO_32=$(echo $VERSION | cut -d_ -f2 ) … … 123 124 fi 124 125 125 VERSION=$(find /net/mirror/llx16/pool/main/l/lliurex-version-timestamp -name 'lliurex-version-timestamp_*amd64.deb' | head -1) 126 127 if [ -n "$VERSION" ]; then 126 ARQ=$(find /net/mirror/llx16/pool/main/l/lliurex-meta -name '*amd64.deb' | head -1) 127 VERSION=$(find /net/mirror/llx16/pool/main/l/lliurex-version-timestamp -name 'lliurex-version-timestamp*.deb' | head -1) 128 129 if [ -n "$ARQ" ]; then 128 130 129 131 NUMERO_64=$(echo $VERSION | cut -d_ -f2 ) 130 132 echo 'VERSION 64 BITS:' $NUMERO_64 >> $FICHERO 131 133 132 fi 134 fi 133 135 134 136 } -
lliurex-conky/trunk/fuentes/lliurex-conky.install-files/usr/share/lliurex-conky/lliurex-conky
r3233 r3299 86 86 touch $FICHERO 87 87 88 VERSION=$(find /net/mirror/llx16/pool/main/l/lliurex-version-timestamp -name 'lliurex-version-timestamp_*386.deb' | head -1 ) 88 ARQ=$(find /net/mirror/llx16/pool/main/l/lliurex-meta -name '*386.deb' | head -1 ) 89 VERSION=$(find /net/mirror/llx16/pool/main/l/lliurex-version-timestamp -name 'lliurex-version-timestamp*.deb' | head -1) 89 90 90 if [ -n "$ VERSION" ]; then91 if [ -n "$ARQ" ]; then 91 92 92 93 NUMERO_32=$(echo $VERSION | cut -d_ -f2 ) … … 95 96 fi 96 97 97 VERSION=$(find /net/mirror/llx16/pool/main/l/lliurex-version-timestamp -name 'lliurex-version-timestamp_*amd64.deb' | head -1) 98 ARQ=$(find /net/mirror/llx16/pool/main/l/lliurex-meta -name '*amd64.deb' | head -1) 99 VERSION=$(find /net/mirror/llx16/pool/main/l/lliurex-version-timestamp -name 'lliurex-version-timestamp*.deb' | head -1) 98 100 99 if [ -n "$ VERSION" ]; then101 if [ -n "$ARQ" ]; then 100 102 101 103 NUMERO_64=$(echo $VERSION | cut -d_ -f2 )
Note: See TracChangeset
for help on using the changeset viewer.