Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakame/inspec-slackbuild
inspec for Slackware
https://github.com/zakame/inspec-slackbuild
inspec package slackbuilds slackware
Last synced: 11 days ago
JSON representation
inspec for Slackware
- Host: GitHub
- URL: https://github.com/zakame/inspec-slackbuild
- Owner: zakame
- Created: 2018-05-04T05:39:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T01:50:54.000Z (over 6 years ago)
- Last Synced: 2024-11-05T21:32:46.254Z (about 2 months ago)
- Topics: inspec, package, slackbuilds, slackware
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
InSpec (Auditing and Testing Framework)
--------------------------------------(Adapted from Pat Volkerding's original google-chrome SlackBuild.)
Here's how to install inspec on Slackware.
First, go to the inspec site:
https://downloads.chef.io/inspec
Click the download button for the Ubuntu 16.04 release.
Read and accept the license terms, and download the .deb package.
Then, with the inspec_$RELEASE_amd64.deb package in the same directory
as the inspec.SlackBuild script, run the script as root to
convert the .deb to a Slackware .txz:RELEASE=2.1.67-1 ./inspec.SlackBuild
Change the RELEASE value to the same release number as the package as
needed.This will produce a Slackware compatible .txz package. The exact
version number in the package filename will depend on the version
of Google Chrome found in the .deb package, but it will be something
like: inspec-2.1.67-x86_64-1zakame.txzYou'll find the output package in the /tmp directory.
Then, install the package (again as root):
cd /tmp
upgradepkg --install-new inspec-2.1.67-x86_64-1zakame.txzDo note that if you have a chefdk package installed, this inspec package
will overwrite the /usr/bin/inspec symlink installed by the chefdk
package.Enjoy! :-)