Lines Matching refs:die
23 die() {
37 die "Detecting latest version failed, please specify it manually."
75 mkdir -p "$LOCALBIN" || die "Failed to create $LOCALBIN."
77 ln -s "$CODE_BIN" "$LOCALBIN/code" || die "Failed to create symlink."
85 mkdir -p "$DESKTOP_FILE_DIR" || die "Failed to create .desktop directory."
109 chmod +x "$DESKTOP_FILE" || die "Failed to make .desktop file executable."
115 die "$PACKAGE_JSON file not found, this script must be updated."
131 mkdir -p "$DOWNLOADS_DIR" || die "Failed to create $DOWNLOADS_DIR."
133 wget "$DOWNLOAD_URL" -O "$DOWNLOAD_FILE" || die "Downloading failed."
140 [ -z "$TAR_DIR" ] && die "Couldn't read archive."
144 die "Extracting failed."