DND_Things/James' Things/foundry patches/loginpage.sh

12 lines
594 B
Bash
Raw Normal View History

2022-06-01 09:12:54 +00:00
# Login Screen customisation
## This downloads the Prettier Login Screen from github.
## SRC:
2022-06-01 09:01:22 +00:00
wget https://raw.githubusercontent.com/TheEpicSnowWolf/Foundry-VTT-Prettier-Login-Screen/main/foundry_login.css
2022-06-01 09:12:54 +00:00
# Replace the BASE64 Data with the DND Logo
2022-06-01 09:22:38 +00:00
sed -i -e 's+url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)+url("https://static.dnd.theepicsnowwolf.com/naoulan/foundry/dnd_logo.svg")+g' ./foundry_login.css
2022-06-01 09:12:54 +00:00
# Append to the Foundry Style.css
2022-06-01 09:01:22 +00:00
cat ./foundry_login.css >> /home/foundry/resources/app/public/css/style.css