mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
Remove zip library dependency
This commit is contained in:
@@ -29,7 +29,7 @@ _realpath() {
|
||||
root() {
|
||||
script="$(_realpath "$0")"
|
||||
bin_dir="$(dirname "$script")"
|
||||
echo "$(dirname "$bin_dir")"
|
||||
dirname "$bin_dir"
|
||||
}
|
||||
|
||||
ROOT="$(root)"
|
||||
|
||||
Reference in New Issue
Block a user