aarch64 bugfix and minor formatting updates
authorAJ ONeal <aj@therootcompany.com>
Tue, 22 Sep 2020 19:59:43 +0000 (19:59 +0000)
committerAJ ONeal <aj@therootcompany.com>
Tue, 22 Sep 2020 19:59:43 +0000 (19:59 +0000)
README.md
_example/install.ps1
_webi/ua-detect.js
comrak/install.ps1
sd/README.md
wsl2/README.md

index 64be7376e3d4c12674dec07f5b13fbcd79771401..95383309ae20de414f2b0cc9d3a1dfa25bf3ac49 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ This repository contains the primary and community-submitted packages for
 More technically:
 
 1. `<package>/releases.js` transforms the package's release API into a common
-   formatt
+   format
    - (i.e. HTML, CSV, TAB, or JSON into a specific JSON format)
    - common release APIs are in `_common/` (i.e. `_common/github.js`)
 2. `_webi/bootstrap.sh` is a template that exchanges system information for a
index 9a2744e8c668f54cf783d57379011df5a24fc600..e99cf7f9fc4a69f917ca2313089fac0aeb964c32 100644 (file)
@@ -47,7 +47,6 @@ IF (!(Test-Path -Path "$pkg_src_cmd"))
         echo "Unpacking $pkg_download"
         & tar xf "$pkg_download"
       
-
         # Settle unpacked archive into place
         echo "Install Location: $pkg_src_cmd"
         New-Item "$pkg_src_bin" -ItemType Directory
index c0483cb2ee6904c3cb47e65ac68f992d1d77ca0f..74916773f57555bc62727c77e01911830f6b08e7 100644 (file)
@@ -54,9 +54,9 @@ function getArch(ua) {
     return '-';
   }
 
-  if (/arm64|arm8|armv8/i.test(ua)) {
+  if (/aarch64|arm64|arm8|armv8/i.test(ua)) {
     return 'arm64';
-  } else if (/arm7|armv7/i.test(ua)) {
+  } else if (/aarch|arm7|armv7/i.test(ua)) {
     return 'armv7l';
   } else if (/arm6|armv6/i.test(ua)) {
     return 'armv6l';
index cca0fd708e46afce8556474cbda4677334417f6a..970bfccffeae1b1386e9b5ff633aef8ba8866f5a 100644 (file)
@@ -24,7 +24,6 @@ IF (!(Test-Path -Path "$Env:USERPROFILE\.local\opt\$Env:PKG_NAME-v$Env:WEBI_VERS
 
         # Move single binary into root of temporary folder
         & move "$Env:USERPROFILE\Downloads\$Env:WEBI_PKG_FILE" "$VERNAME"
-        
 
         # Settle unpacked archive into place
         echo "New Name: $VERNAME"
index cbbff5bde9bb494c396fdafa08c57bf47cfc3528..68ac2c5f8b936e933920b3df69ecb65993180688 100644 (file)
@@ -1,36 +1,34 @@
 ---
-title: sd 
-homepage:  https://github.com/chmln/sd 
+title: sd
+homepage: https://github.com/chmln/sd
 tagline: |
   sd is an intuitive find & replace CLI.
 ---
 
-<!--
--->
-
 ### Updating `sd`
 
 `webi sd@stable`
 
 Use the `@beta` tag for pre-releases.
 
-
 ## Cheat Sheet
-> sd is a productive and faster replacement of sed and awk command used for editing files in command line interface,it uses regex syntax
-> similar to those used in JavaScript and Python
+
+> sd is a productive and faster replacement of sed and awk command used for
+> editing files in command line interface,it uses regex syntax similar to those
+> used in JavaScript and Python
 
 ## Usage of sd:
 
 ### Replacing Text in a File
 
 ```bash
- sd 'original word' 'final word' ./file_to_be_changed
+sd 'original word' 'final word' ./file_to_be_changed
 ```
 
 ### Taking out word inside slashes from a given string
 
 ```bash
- echo "string output shown /word inside slashes/" | sd '.*(/.*/)' '$1'
+echo "string output shown /word inside slashes/" | sd '.*(/.*/)' '$1'
   /word inside slashes/
 ```
 
@@ -43,5 +41,3 @@ Use the `@beta` tag for pre-releases.
  cat exm.txt| sd -s '@' ''
   here is an example
 ```
-
-
index c109528b241acf50778c92f68c8addae994b5a3f..e292fc2157837857bde094725e52d19e97c87b3a 100644 (file)
@@ -72,7 +72,7 @@ Copy-Item -Path "$env:TEMP\System32\lxss" -Destination "C:\System32" -Recurse
 powershell -Command "Start-Process msiexec -Wait -ArgumentList '/i','wsl_update_x64.msi','/quiet','/qn'"
 ```
 
-See also <https://github.com/microsoft/WSL/issues/5014>
+See also <https://github.com/microsoft/WSL/issues/5014#issuecomment-692432322>
 
 ### Error: Required Feature Not Installed