Updated makeself commnad used to gen selfextracting installer and updated zp-install.run with new changes. makeself will no longer add .git to the installer pkg, makeing installer smaller
This commit is contained in:
@@ -61,6 +61,6 @@ $> chmod 755 zp-install.txt
|
||||
$> ./zp-install.txt
|
||||
```
|
||||
|
||||
`zp-install.run` was generated with `$> makeself --sha256 ./files zp-install.run "Zpower Installer" ./install.sh`
|
||||
`zp-install.run` was generated with `$> makeself --sha256 --tar-extra "--exclude=.git" ./ zp-install.run "ZPower Shell Pack Installer" ./install.sh`
|
||||
MakeSelf: A self-extracting archiving tool for Unix systems, in 100% shell script - [GitHub](https://github.com/megastep/makeself) / [Website](https://makeself.io/)
|
||||
|
||||
|
||||
2600
zp-install.run
2600
zp-install.run
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user