File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ function install_python() {
100100 echo -e " \x1b[1;34m[*] Installing Python\x1b[0m"
101101
102102 sudo DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC \
103- apt-get -y install build-essential gdb lcov pkg-config \
103+ apt-get install -y build-essential gdb lcov pkg-config \
104104 libbz2-dev libffi-dev libgdbm-dev libgdbm-compat-dev liblzma-dev \
105105 libncurses5-dev libreadline6-dev libsqlite3-dev libssl-dev \
106106 lzma tk-dev uuid-dev zlib1g-dev
@@ -123,7 +123,7 @@ function install_powershell() {
123123 # To deal with the following error:
124124 # Couldn't find a valid ICU package installed on the system.
125125 # Please install libicu (or icu-libs) using your package manager and try again.
126- sudo apt-get install libicu-dev
126+ sudo apt-get install -y libicu-dev
127127
128128 # https://learn.microsoft.com/en-us/powershell/scripting/install/install-other-linux?view=powershell-7.4#binary-archives
129129 ARCH=$( uname -m)
You can’t perform that action at this time.
0 commit comments