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
|
if [[ -f "$DEV_FILE" ]]; then
|
||||||
DEV_PACKAGES=$(tr "\n" " " <"$DEV_FILE")
|
DEV_PACKAGES=$(tr "\n" " " <"$DEV_FILE")
|
||||||
log "Installing $DEV_PACKAGES"
|
log "Installing $DEV_PACKAGES"
|
||||||
#sudo dnf install -y $DEV_PACKAGES > /dev/null 2>&1
|
sudo dnf install -y $DEV_PACKAGES > /dev/null 2>&1
|
||||||
sudo dnf install -y $DEV_PACKAGES
|
|
||||||
log "Development packages installed!"
|
log "Development packages installed!"
|
||||||
else
|
else
|
||||||
log "Package list was not in specified path: $DEV_FILE"
|
log "Package list was not in specified path: $DEV_FILE"
|
||||||
|
|||||||
Reference in New Issue
Block a user