Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakame/chefdk-slackbuild
chefdk for Slackware
https://github.com/zakame/chefdk-slackbuild
chefdk hacktoberfest package slackbuilds slackware
Last synced: 2 days ago
JSON representation
chefdk for Slackware
- Host: GitHub
- URL: https://github.com/zakame/chefdk-slackbuild
- Owner: zakame
- Created: 2018-01-13T15:26:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T07:22:38.000Z (over 3 years ago)
- Last Synced: 2024-04-17T06:56:28.990Z (7 months ago)
- Topics: chefdk, hacktoberfest, package, slackbuilds, slackware
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
chef-workstation (Chef Workstation, successor to Chef Development Kit)
-----------------------------(Adapted from Pat Volkerding's original google-chrome SlackBuild.)
Here's how to install chef-workstation on Slackware.
First, go to the chef-workstation site:
https://downloads.chef.io/tools/workstation
Click the download button for the Debian 10 release.
Read and accept the license terms, and download the .deb package.
Then, with the chef-workstation_$RELEASE_amd64.deb package in the same
directory as the chef-workstation.SlackBuild script, run the script as
root to convert the .deb to a Slackware .txz:RELEASE=0.2.21-1 ./chef-workstation.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
Chef Workstation in the .deb package, but it will be something like:
chef-workstation-0.2.21-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 chef-workstation-0.2.21-x86_64-1zakame.txzDo note that if you have an inspec package installed, this chef-workstation
package will overwrite the /usr/bin/inspec symlink installed by the
inspec package.chef-workstation ships with inspec 2, so the standalone inspec package
can now be removed if previously installed.Enjoy! :-)