ADS1115 Can't get Raspberry Pi to use i2c address 49

I was originally using address 48 and everything worked but I have another addition that has to use 48 so I need to change the ADS1115 to address 49. I verified with i2cdetect -y 1 that the ads1115 is on address 49.
i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: – – – – – – – – – – – – –
10: – – – – – – – – – – – – – – – –
20: – – – – – – – – – – – – – – – –
30: – – – – – – – – – – – – – – – –
40: – – – – – – – – – 49 – – – – – –
50: – – – – – – – – – – – – – – – –
60: – – – – – – – – – – – – – – – –
70: – – – – – – – –

I run the sudo ./install.sh -u
reboot pi.
I run the sudo ./install.sh -u adc_ads1115
sync
reboot pi.
However it just keeps adding the path to /sys/devices/platform/soc/20804000.i2c/i2c-1/1-0048 ?
All of this is without adding the other device yet so nothing has changed other than the physical address mod needed Vcc to Address for address 49.
What am I missing I really need this to work on address 49.

Thanks,
Rick

Well it only took 6 months to get the answer so for any future users who need to change the address to 49 instead of 48, just add dtoverlay=ads1115,addr=0x49 to the /boot/config.txt file and reboot.