Skip to content

syudal/SYZOJ-Kor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYZOJ-Kor

HustOJ SYZOJ 테마의 한국어 번역 버전입니다.

Korean version of the HustOJ SYZOJ theme.

Install

vim update.sh
#!/bin/bash
#Update Script

if [[ -z $SUDO_USER ]] ; then
  echo "Use 'sudo bash ${THISFILE}'"
  exit 1
fi

cd /home/judge/src/web/ || exit

wget https://github.com/syudal/SYZOJ-Kor/archive/refs/heads/main.zip
unzip -o main.zip -d template
rm main.zip

cd template
rm -rf syzoj-kor

mkdir syzoj-kor
cp -r SYZOJ-Kor-main/* syzoj-kor/

chown -R www-data:www-data syzoj-kor
rm -rf SYZOJ-Kor-main
sudo bash update.sh

About

Korean version of the HustOJ SYZOJ theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published