replace install line in script
This commit is contained in:
@@ -49,8 +49,7 @@ DEV_FILE="$PANAMA_PATH/setup/packages/development-packages"
|
||||
if [[ -f "$DEV_FILE" ]]; then
|
||||
DEV_PACKAGES=$(tr "\n" " " <"$DEV_FILE")
|
||||
log "Installing $DEV_PACKAGES"
|
||||
#sudo dnf install -y $DEV_PACKAGES > /dev/null 2>&1
|
||||
sudo dnf install -y $DEV_PACKAGES
|
||||
sudo dnf install -y $DEV_PACKAGES > /dev/null 2>&1
|
||||
log "Development packages installed!"
|
||||
else
|
||||
log "Package list was not in specified path: $DEV_FILE"
|
||||
|
||||
Reference in New Issue
Block a user