File tree Expand file tree Collapse file tree
usr/share/bigbashview/bcc/apps/drivers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -242,25 +242,25 @@ <h3>$KernelMesaText</h3>
242242 <div class="products">
243243 <input id="r1" type="radio" onclick="disableBodyConfigSimple(); location.href='kernel.sh.htm?mesa=amber'" $mesaAmberChecked >
244244 <label for="r1">
245- <span style="display: inline-block; position: relative; margin-top: 5px; margin-left: 10px;"><font style="font-weight: 700;">Amber</font><br><font style="font-weight: 300;">$( LANG=en pacman -Si mesa-amber | grep -i " ^Version" | cut -f2 -d: ) </font></span>
245+ <span style="display: inline-block; position: relative; margin-top: 5px; margin-left: 10px;"><font style="font-weight: 700;">Amber</font><br><font style="font-weight: 300;">$( LANG=en pacman -Si mesa-amber | grep -i " ^Version" | awk ' {print $3} ' | sed ' s/^.*:// ' ) </font></span>
246246 </label>
247247 </div>
248248 <div class="products">
249249 <input id="r2" type="radio" onclick="disableBodyConfigSimple(); location.href='kernel.sh.htm?mesa=mesa'" $mesaChecked >
250250 <label for="r2">
251- <span style="display: inline-block; position: relative; margin-top: 5px; margin-left: 10px;"><font style="font-weight: 700;">Stable</font><br><font style="font-weight: 300;">$( LANG=en pacman -Si mesa | grep -i " ^Version" | cut -f2 -d: ) </font></span>
251+ <span style="display: inline-block; position: relative; margin-top: 5px; margin-left: 10px;"><font style="font-weight: 700;">Stable</font><br><font style="font-weight: 300;">$( LANG=en pacman -Si mesa | grep -i " ^Version" | awk ' {print $3} ' | sed ' s/^.*:// ' ) </font></span>
252252 </label>
253253 </div>
254254 <div class="products">
255255 <input id="r3" type="radio" onclick="disableBodyConfigSimple(); location.href='kernel.sh.htm?mesa=tkgStable'" $mesaTkgStableChecked >
256256 <label for="r3">
257- <span style="display: inline-block; position: relative; margin-top: 5px; margin-left: 10px;"><font style="font-weight: 700;">Tkg-Stable</font><br><font style="font-weight: 300;">$( LANG=en pacman -Si mesa-tkg-stable | grep -i " ^Version" | cut -f2 -d: | head -n1) </font></span>
257+ <span style="display: inline-block; position: relative; margin-top: 5px; margin-left: 10px;"><font style="font-weight: 700;">Tkg-Stable</font><br><font style="font-weight: 300;">$( LANG=en pacman -Si mesa-tkg-stable | grep -i " ^Version" | awk ' {print $3} ' | sed ' s/^.*:// ' | head -n1) </font></span>
258258 </label>
259259 </div>
260260 <div class="products">
261261 <input id="r3" type="radio" onclick="disableBodyConfigSimple(); location.href='kernel.sh.htm?mesa=tkg'" $mesaTkgGitChecked >
262262 <label for="r3">
263- <span style="display: inline-block; position: relative; margin-top: 5px; margin-left: 10px;"><font style="font-weight: 700;">Tkg-git</font><br><font style="font-weight: 300;">$( LANG=en pacman -Si mesa-tkg-git | grep -i " ^Version" | cut -f2 -d: | sed ' s|_devel||g' | rev | cut -d" ." -f 2- | rev) </font></span>
263+ <span style="display: inline-block; position: relative; margin-top: 5px; margin-left: 10px;"><font style="font-weight: 700;">Tkg-git</font><br><font style="font-weight: 300;">$( LANG=en pacman -Si mesa-tkg-git | grep -i " ^Version" | awk ' {print $3} ' | sed ' s/^.*:// ' | sed ' s|_devel||g' | rev | cut -d" ." -f 2- | rev) </font></span>
264264 </label>
265265 </div>
266266 </li>
You can’t perform that action at this time.
0 commit comments