Pinned Loading
-
-
Automatically install required plugi...
Automatically install required plugins used within a Vagrantfile 1if ARGV[0] != 'plugin'
2required_plugins = ['vagrant-vbguest', 'vagrant-reload']
3plugins_to_install = required_plugins.select { |plugin| not Vagrant.has_plugin? plugin }
4if not plugins_to_install.empty?
5puts "Installing plugins: #{plugins_to_install.join(' ')}"
-
PlanetCardano/cardano-explorer
PlanetCardano/cardano-explorer PublicPublished Image for running a Cardano Explorer Node
Shell
-
decrypt.sh
decrypt.sh 1#!/bin/bash -eu
23if [[ $# -eq 0 ]] ; then
4echo "No argument supplied"
5exit 1
-
encrypt.sh
encrypt.sh 1#!/bin/bash -eu
23if [[ $# -eq 0 ]] ; then
4echo "No argument supplied"
5exit 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.