Skip to content

Instantly share code, notes, and snippets.

@chriswayg
Last active January 6, 2020 18:17
Show Gist options
  • Select an option

  • Save chriswayg/7a9b6a876e65fa90e214286d03c73de1 to your computer and use it in GitHub Desktop.

Select an option

Save chriswayg/7a9b6a876e65fa90e214286d03c73de1 to your computer and use it in GitHub Desktop.

Revisions

  1. chriswayg revised this gist Jan 6, 2020. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion macserial-grml.sh
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,6 @@ cd /home/grml/build

    git clone https://github.com/chriswayg/MacInfoPkg.git
    cd /home/grml/build/MacInfoPkg/macserial/
    chmod +x build-linux.tool
    ./build-linux.tool

    mkdir -pv /home/grml/bin/
  2. chriswayg revised this gist Jan 6, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion macserial-grml.sh
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,6 @@ chmod +x build-linux.tool
    ./build-linux.tool

    mkdir -pv /home/grml/bin/
    cp -v /home/grml/build/MacInfoPkg/macserial/bin/macserial /home/grml/bin/
    cp -v /home/grml/build/MacInfoPkg/macserial/bin/tmp/* /home/grml/bin/

    echo "zipped release file is in /home/grml/build/MacInfoPkg/macserial/bin"
  3. chriswayg revised this gist Jan 6, 2020. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion macserial-grml.sh
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,15 @@
    #!/bin/bash
    sudo apt-get -y install build-essential

    mkdir -pv /home/grml/build
    cd /home/grml/build

    git clone https://github.com/chriswayg/MacInfoPkg.git
    cd /home/grml/build/MacInfoPkg/macserial/
    chmod +x build-linux.tool
    ./build-linux.tool

    mkdir -pv /home/grml/bin/
    cp -v /home/grml/build/MacInfoPkg/macserial/bin/macserial /home/grml/bin/
    cp -v /home/grml/build/MacInfoPkg/macserial/bin/macserial /home/grml/bin/

    echo "zipped release file is in /home/grml/build/MacInfoPkg/macserial/bin"
  4. chriswayg revised this gist Jan 6, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion macserial-grml.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    #!/bin/bash
    sudo apt-get install build-essential
    sudo apt-get -y install build-essential
    mkdir -pv /home/grml/build
    cd /home/grml/build
    git clone https://github.com/chriswayg/MacInfoPkg.git
  5. chriswayg revised this gist Jan 6, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion macserial-grml.sh
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,11 @@
    #!/bin/bash
    sudo apt-get install build-essential
    mkdir -pv /home/grml/build
    cd /home/grml/build
    git clone https://github.com/chriswayg/MacInfoPkg.git
    cd /home/grml/build/MacInfoPkg/macserial/
    chmod +x build-linux.tool
    ./build-linux.tool

    mkdir -pv /home/grml/bin/
    cp -v /home/grml/Apps/MacInfoPkg/macserial/bin/macserial /home/grml/bin/
    cp -v /home/grml/build/MacInfoPkg/macserial/bin/macserial /home/grml/bin/
  6. chriswayg created this gist Jan 6, 2020.
    10 changes: 10 additions & 0 deletions macserial-grml.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    #!/bin/bash
    sudo apt-get install build-essential
    mkdir -pv /home/grml/build
    git clone https://github.com/chriswayg/MacInfoPkg.git
    cd /home/grml/build/MacInfoPkg/macserial/
    chmod +x build-linux.tool
    ./build-linux.tool

    mkdir -pv /home/grml/bin/
    cp -v /home/grml/Apps/MacInfoPkg/macserial/bin/macserial /home/grml/bin/