Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 24dd0d4

Browse files
Chad Doughertyapavlo
authored andcommitted
remove unneeded leftover from the ubuntu block
1 parent ad1bdf2 commit 24dd0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/installation/packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if [ "$DISTRO" = "UBUNTU" ]; then
9090
## DEBIAN
9191
## ------------------------------------------------
9292
elif [ "$DISTRO" = "DEBIAN OS" ]; then
93-
sudo apt-get -qq $FORCE_Y --ignore-missing -y install \
93+
sudo apt-get -qq --ignore-missing -y install \
9494
git \
9595
g++ \
9696
clang \

0 commit comments

Comments
 (0)