mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update Dockerfile
This commit is contained in:
@@ -89,8 +89,8 @@ RUN \
|
|||||||
# Use my repository
|
# Use my repository
|
||||||
sed -i "s|Nachtzuster|alexbelgium|g" /newinstaller.sh && \
|
sed -i "s|Nachtzuster|alexbelgium|g" /newinstaller.sh && \
|
||||||
# Install open PR
|
# Install open PR
|
||||||
sed -i 's|^\(.*git clone.*\)|# \1|' /newinstaller.sh && \
|
#sed -i 's|^\(.*git clone.*\)|# \1|' /newinstaller.sh && \
|
||||||
sed -i '/git clone/a bash /helpers/merge_open_prs.sh' /newinstaller.sh && \
|
#sed -i '/git clone/a bash /helpers/merge_open_prs.sh' /newinstaller.sh && \
|
||||||
# Avoid rebooting at end of installation
|
# Avoid rebooting at end of installation
|
||||||
sed -i "/reboot/d" /newinstaller.sh && \
|
sed -i "/reboot/d" /newinstaller.sh && \
|
||||||
# Use apt-get as without user action
|
# Use apt-get as without user action
|
||||||
|
|||||||
Reference in New Issue
Block a user