I've got some errors, while trying to install the AWS code-deploy agent via :
wget https://bucket-name.s3.region-identifier.amazonaws.com/latest/install
./install auto
I know the AWS documentation said 16.04 or 18.04. But wondering if I am the first who tried it.
Traceback (most recent call last):
8: from ./install:33:in `<main>'
7: from ./install:33:in `new'
6: from /usr/lib/ruby/2.7.0/logger.rb:389:in `initialize'
5: from /usr/lib/ruby/2.7.0/logger.rb:389:in `new'
4: from /usr/lib/ruby/2.7.0/logger/log_device.rb:18:in `initialize'
3: from /usr/lib/ruby/2.7.0/logger/log_device.rb:83:in `set_dev'
2: from ./install:21:in `method_missing'
1: from ./install:21:in `map'
./install:22:in `block in method_missing': undefined method `path' for #<IO:<STDOUT>> (NoMethodError)
Would be nice if some one have a tip.
best and thx