Commit d480223e authored by Ashot's avatar Ashot
Browse files

Force copy binaries

parent 8ff00aa3
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -144,8 +144,8 @@ download_package() {
install_package() {
sudo unzip -d $dir/crown $dir/crown.zip
cp $dir/crown/*/bin/* /usr/local/bin/
cp $dir/crown/*/lib/* /usr/local/lib/
cp -f $dir/crown/*/bin/* /usr/local/bin/
cp -f $dir/crown/*/lib/* /usr/local/lib/
rm -rf $tmp
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment