From: Chris Koeritz Date: Fri, 6 Oct 2023 13:50:51 +0000 (-0400) Subject: package name fix and new fortune X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=4fededdaaf1036d8315d7a55bbab8e39d5e16ef7 package name fix and new fortune --- diff --git a/infobase/fortunes.dat b/infobase/fortunes.dat index b1280de8..5e949db3 100644 --- a/infobase/fortunes.dat +++ b/infobase/fortunes.dat @@ -44201,4 +44201,25 @@ Chastity Humility + avoiding excess pride and haughtiness ~ - +In general, visualizing the projection and absorption of light takes place in +the following way. First, light streams forth from the mantra chain in the +heart center and emerges from the crown protuberance, the hair between the +eyebrows, the tongue, the endless knot at the heart center, the pores of the +skin, and other such places. The light pervades all the realms in the ten +directions, such as our present billionfold world system. At the tip of the +light rays are an inconceivable number of male and female bodhisattvas who +bring forth offering clouds, songs of praise, showers of flowers, and streams +of perfume. They make these offerings to all the buddhas and bodhisattvas and +sing their praises, entreating them to accomplish the welfare of sentient +beings. They all then assume the form of yidam deities of various sizes and +appearances, arising as a display that guides those in need. Then all the +deities project divine bodies and light from their navels, secret places, +hips, knees, soles of their feet with thousand-spoked wheels, and other such +places. This display utterly fills the entire world, which resounds with the +sound of mantra. In this way, the karmic actions, disturbing emotions, and +deluded perceptions, along with all habitual tendencies, of all six types of +beings in the three realms are purified, like frost melted by sunlight. +Everyone transforms into the form of the yidam deity and the mantra resounds +on its own, humming like bees from a broken hive. + -- Kunkyen Tenpe Nyima, from "Vajra Wisdom: Deity Practice in Tibetan + Buddhism by Shechen Gyaltsap IV" diff --git a/scripts/core/prep_feisty_host.sh b/scripts/core/prep_feisty_host.sh index 5dc95e06..cb02013f 100644 --- a/scripts/core/prep_feisty_host.sh +++ b/scripts/core/prep_feisty_host.sh @@ -144,7 +144,7 @@ if whichable apt; then exit_on_error $PHASE_MESSAGE elif whichable yum; then # rpm based with yum available... - sudo yum install curl-devel gcc gcc-c++ make mawk openssl-devel.x86_64 zlib-devel + sudo yum install curl-devel gcc gcc-c++ make gawk openssl-devel.x86_64 zlib-devel exit_on_error $PHASE_MESSAGE elif [ ! -z "$IS_DARWIN" ]; then # macos based...