Skip to content

Commit

Permalink
add crimson theme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsantosti committed Feb 2, 2023
1 parent aca2380 commit 456fc1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup-nossl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ echo Working Directory: ${DIR_CTFD}
sudo git clone --single-branch https://github.com/CTFd/CTFd.git CTFd

#Download Themes
sudo git clone https://github.com/0xdevsachin/CTFD-crimson-theme.git CTFd/CTFd/themes/crimson
sudo git clone https://github.com/hmrserver/CTFd-theme-pixo.git CTFd/CTFd/themes/pixo
sudo git clone https://github.com/0xdevsachin/CTFD-odin-theme.git CTFd/CTFd/themes/odin
sudo git clone https://github.com/iver-ics/CTFd-xmas-theme.git CTFd/CTFd/themes/xmas
Expand Down
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ read domainemail
sudo git clone --single-branch https://github.com/CTFd/CTFd.git CTFd

#Download Themes
sudo git clone https://github.com/0xdevsachin/CTFD-crimson-theme.git CTFd/CTFd/themes/crimson
sudo git clone https://github.com/hmrserver/CTFd-theme-pixo.git CTFd/CTFd/themes/pixo
sudo git clone https://github.com/0xdevsachin/CTFD-odin-theme.git CTFd/CTFd/themes/odin
sudo git clone https://github.com/iver-ics/CTFd-xmas-theme.git CTFd/CTFd/themes/xmas
Expand Down

0 comments on commit 456fc1d

Please sign in to comment.