minor changes
This commit is contained in:
parent
251c4b09ed
commit
4adabc1a6f
@ -38,8 +38,8 @@ failures=()
|
|||||||
# run though each dependency and install it if it's not already installed
|
# run though each dependency and install it if it's not already installed
|
||||||
for dependency in $dependencies
|
for dependency in $dependencies
|
||||||
do
|
do
|
||||||
clear
|
|
||||||
sudo -v
|
sudo -v
|
||||||
|
clear
|
||||||
if ! yay -Qi $dependency &> /dev/null; then
|
if ! yay -Qi $dependency &> /dev/null; then
|
||||||
echo "Installing $dependency and it's dependencies..."
|
echo "Installing $dependency and it's dependencies..."
|
||||||
yay -S --noconfirm $dependency
|
yay -S --noconfirm $dependency
|
||||||
|
|||||||
@ -57,8 +57,8 @@ failures=()
|
|||||||
# run though each dependency and install it if it's not already installed
|
# run though each dependency and install it if it's not already installed
|
||||||
for dependency in $dependencies
|
for dependency in $dependencies
|
||||||
do
|
do
|
||||||
clear
|
|
||||||
sudo -v
|
sudo -v
|
||||||
|
clear
|
||||||
if ! yay -Qi $dependency &> /dev/null; then #TODO: check whether this works as I'm expecting...
|
if ! yay -Qi $dependency &> /dev/null; then #TODO: check whether this works as I'm expecting...
|
||||||
echo "Installing $dependency and it's dependencies..."
|
echo "Installing $dependency and it's dependencies..."
|
||||||
yay -S --noconfirm $dependency
|
yay -S --noconfirm $dependency
|
||||||
|
|||||||
@ -38,8 +38,8 @@ failures=()
|
|||||||
# run though each dependency and install it if it's not already installed
|
# run though each dependency and install it if it's not already installed
|
||||||
for dependency in $dependencies
|
for dependency in $dependencies
|
||||||
do
|
do
|
||||||
clear
|
|
||||||
sudo -v
|
sudo -v
|
||||||
|
clear
|
||||||
if ! yay -Qi $dependency &> /dev/null; then
|
if ! yay -Qi $dependency &> /dev/null; then
|
||||||
echo "Installing $dependency and it's dependencies..."
|
echo "Installing $dependency and it's dependencies..."
|
||||||
yay -S --noconfirm $dependency
|
yay -S --noconfirm $dependency
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user