Last active
January 6, 2020 18:17
-
-
Save chriswayg/7a9b6a876e65fa90e214286d03c73de1 to your computer and use it in GitHub Desktop.
Revisions
-
chriswayg revised this gist
Jan 6, 2020 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/ ./build-linux.tool mkdir -pv /home/grml/bin/ -
chriswayg revised this gist
Jan 6, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/tmp/* /home/grml/bin/ echo "zipped release file is in /home/grml/build/MacInfoPkg/macserial/bin" -
chriswayg revised this gist
Jan 6, 2020 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/ echo "zipped release file is in /home/grml/build/MacInfoPkg/macserial/bin" -
chriswayg revised this gist
Jan 6, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ #!/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 -
chriswayg revised this gist
Jan 6, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/build/MacInfoPkg/macserial/bin/macserial /home/grml/bin/ -
chriswayg created this gist
Jan 6, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/