We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd4a61 commit 6d201feCopy full SHA for 6d201fe
install_lichen.sh
@@ -12,6 +12,8 @@ lichen_repository_dir=/usr/local/submitty/GIT_CHECKOUT/Lichen
12
lichen_installation_dir=/usr/local/submitty/Lichen
13
lichen_vendor_dir=/usr/local/submitty/Lichen/vendor
14
15
+rm -rf "$lichen_installation_dir"
16
+mkdir "$lichen_installation_dir"
17
cp -r "$lichen_repository_dir"/* "$lichen_installation_dir"
18
19
####################################################################################################
0 commit comments