Skip to content
Snippets Groups Projects
Unverified Commit 0945dacb authored by Weilbyte's avatar Weilbyte Committed by GitHub
Browse files

Update ddInstall.sh

parent 721816e9
No related branches found
No related tags found
No related merge requests found
...@@ -17,11 +17,11 @@ Say ' ' ...@@ -17,11 +17,11 @@ Say ' '
DotSay 'Backing up index template file' DotSay 'Backing up index template file'
cp /usr/share/pve-manager/index.html.tpl /usr/share/pve-manager/index.html.tpl.bak cp /usr/share/pve-manager/index.html.tpl /usr/share/pve-manager/index.html.tpl.bak
DotSay 'Applying stylesheet..' DotSay 'Applying stylesheet..'
wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/discordDark.css &> /dev/null wget https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/serverside/style.css &> /dev/null
echo "<style type='text/css' media='screen'>" >> /usr/share/pve-manager/index.html.tpl echo "<style type='text/css' media='screen'>" >> /usr/share/pve-manager/index.html.tpl
cat discordDark.css >> /usr/share/pve-manager/index.html.tpl cat style.css >> /usr/share/pve-manager/index.html.tpl
echo "</style>" >> /usr/share/pve-manager/index.html.tpl echo "</style>" >> /usr/share/pve-manager/index.html.tpl
rm discordDark.css rm style.css
DotSay 'Applied stylesheet!' DotSay 'Applied stylesheet!'
DotSay 'Downloading images..' DotSay 'Downloading images..'
cd /usr/share/pve-manager/images cd /usr/share/pve-manager/images
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment