mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update Dockerfile to modify installer script
This commit is contained in:
@@ -87,7 +87,9 @@ RUN \
|
|||||||
# Modify installer
|
# Modify installer
|
||||||
##################
|
##################
|
||||||
# Use my repository
|
# Use my repository
|
||||||
sed -i "s|Nachtzuster|alexbelgium|g" /newinstaller.sh && \
|
cd / && \
|
||||||
|
sed -i "s|Nachtzuster|alexbelgium|g" newinstaller.sh && \
|
||||||
|
cd /home/pi && \
|
||||||
# Install open PR
|
# Install open PR
|
||||||
chmod +x /helpers/merge_open_prs.sh && \
|
chmod +x /helpers/merge_open_prs.sh && \
|
||||||
# Avoid rebooting at end of installation
|
# Avoid rebooting at end of installation
|
||||||
|
|||||||
Reference in New Issue
Block a user